UX: Wrap text in span (#27853)
This commit is contained in:
parent
0e48f1aabe
commit
88c2b1c01b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue