From 4e6909cc5ae95aef87670c187464e398370f6d37 Mon Sep 17 00:00:00 2001 From: Joffrey JAFFEUX Date: Wed, 9 Nov 2022 00:15:57 +0100 Subject: [PATCH] FIX: uses i18n for saved text (#18949) --- .../templates/components/chat-channel-settings-view.hbs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/chat/assets/javascripts/discourse/templates/components/chat-channel-settings-view.hbs b/plugins/chat/assets/javascripts/discourse/templates/components/chat-channel-settings-view.hbs index 08bb1a65aac..26c7cd45152 100644 --- a/plugins/chat/assets/javascripts/discourse/templates/components/chat-channel-settings-view.hbs +++ b/plugins/chat/assets/javascripts/discourse/templates/components/chat-channel-settings-view.hbs @@ -6,7 +6,7 @@
{{#if this.savedMuted}} - ✓ Saved + ✓ {{i18n "saved"}} {{/if}}
@@ -19,7 +19,7 @@
{{#if this.savedDesktopNotificationLevel}} - ✓ Saved + ✓ {{i18n "saved"}} {{/if}}
@@ -31,7 +31,7 @@
{{#if this.savedMobileNotificationLevel}} - ✓ Saved + ✓ {{i18n "saved"}} {{/if}}