From d12f1878c956827d05d009e80ded23a07fe3194e Mon Sep 17 00:00:00 2001 From: David Taylor Date: Tue, 14 Mar 2023 13:00:52 +0000 Subject: [PATCH] UX: Improve safe-mode copy (#20670) Safe-mode only applies to client-side customizations - let's make that clearer --- config/locales/server.en.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index 50aa4a50368..e0f7f3db9ee 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -4936,10 +4936,10 @@ en: safe_mode: title: "Enter safe mode" - description: "Safe mode allows you to test your site without loading plugins or themes." + description: "Safe mode allows you to test your site without loading themes or client-side plugin customizations. Server-side plugin customizations remain enabled." no_themes: "Disable themes and theme components" - no_unofficial_plugins: "Disable unofficial plugins" - no_plugins: "Disable all plugins" + no_unofficial_plugins: "Disable unofficial client-side plugin customizations" + no_plugins: "Disable all client-side plugin customizations" enter: "Enter Safe Mode" must_select: "You must select at least one option to enter safe mode." wizard: