From 133718972deaf60399b17246c36985ebd4d20993 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Mon, 15 Apr 2024 21:46:10 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AC=20Update=20en=20text=20about=20reb?= =?UTF-8?q?uild?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/locales/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/assets/locales/en.json b/src/assets/locales/en.json index 076664f7..04e854ad 100644 --- a/src/assets/locales/en.json +++ b/src/assets/locales/en.json @@ -183,8 +183,8 @@ "app-rebuild": { "title": "Rebuild Application", "rebuild-note-l1": "A rebuild is no longer required for changes to take effect.", - "rebuild-note-l2": "This should happen automatically, but if it hasn't, you can manually trigger it here.", - "rebuild-note-l3": "This is not required for modifications stored locally.", + "rebuild-note-l2": "Some changes (entry-point, and auth settings) are read at build-time. So to apply these, you should trigger a rebuild here.", + "rebuild-note-l3": "Note that this is only available on Node and Docker installations, not via statically deployed instances.", "rebuild-button": "Start Build", "rebuilding-status-1": "Building...", "rebuilding-status-2": "This may take a few minutes",