From 88c2b1c01b78f7ea3ddc99c771cb22d6414dc97f Mon Sep 17 00:00:00 2001 From: carson chang <37538241+carsick@users.noreply.github.com> Date: Thu, 11 Jul 2024 10:40:47 -0700 Subject: [PATCH] UX: Wrap text in span (#27853) --- .../discourse/app/components/desktop-notification-config.gjs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/assets/javascripts/discourse/app/components/desktop-notification-config.gjs b/app/assets/javascripts/discourse/app/components/desktop-notification-config.gjs index 65e197e4e01..4219f8355ab 100644 --- a/app/assets/javascripts/discourse/app/components/desktop-notification-config.gjs +++ b/app/assets/javascripts/discourse/app/components/desktop-notification-config.gjs @@ -23,7 +23,9 @@ export default class DesktopNotificationsConfig extends Component { @disabled="true" class="btn-default" /> - {{i18n "user.desktop_notifications.perm_denied_expl"}} + + {{i18n "user.desktop_notifications.perm_denied_expl"}} + {{else}} {{#if this.desktopNotifications.isSubscribed}}