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"
|
@disabled="true"
|
||||||
class="btn-default"
|
class="btn-default"
|
||||||
/>
|
/>
|
||||||
{{i18n "user.desktop_notifications.perm_denied_expl"}}
|
<span>
|
||||||
|
{{i18n "user.desktop_notifications.perm_denied_expl"}}
|
||||||
|
</span>
|
||||||
{{else}}
|
{{else}}
|
||||||
{{#if this.desktopNotifications.isSubscribed}}
|
{{#if this.desktopNotifications.isSubscribed}}
|
||||||
<DButton
|
<DButton
|
||||||
|
|
Loading…
Reference in New Issue