UX: Wrap text in span (#27853)

This commit is contained in:
carson chang 2024-07-11 10:40:47 -07:00 committed by GitHub
parent 0e48f1aabe
commit 88c2b1c01b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -23,7 +23,9 @@ export default class DesktopNotificationsConfig extends Component {
@disabled="true"
class="btn-default"
/>
{{i18n "user.desktop_notifications.perm_denied_expl"}}
<span>
{{i18n "user.desktop_notifications.perm_denied_expl"}}
</span>
{{else}}
{{#if this.desktopNotifications.isSubscribed}}
<DButton