From baccf7e5c95294ef4ccc67a5c711979e1ad9de63 Mon Sep 17 00:00:00 2001 From: Andrei Prigorshnev Date: Mon, 9 Jan 2023 21:51:04 +0400 Subject: [PATCH] UX: Change language from "Do Not Disturb" to "Pause Notifications" (#19800) We renamed "Do Not Disturb" to "Pause Notifications" in UI in 2d628c8. This renames one more instance that I forgot to address. --- config/locales/client.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index aae22cd3065..a807ded6f47 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -1121,7 +1121,7 @@ en: perm_denied_expl: "You denied permission for notifications. Allow notifications via your browser settings." disable: "Disable Notifications" enable: "Enable Notifications" - each_browser_note: 'Note: You have to change this setting on every browser you use. All notifications will be disabled when in "do not disturb", regardless of this setting.' + each_browser_note: 'Note: You have to change this setting on every browser you use. All notifications will be disabled if you pause notifications from user menu, regardless of this setting.' consent_prompt: "Do you want live notifications when people reply to your posts?" dismiss: "Dismiss" dismiss_notifications: "Dismiss All"