UX: Remove unused strings about desktop notifications

This commit is contained in:
Gerhard Schlager
2019-08-28 16:00:50 +02:00
parent de4bf6ee9f
commit a40e9d9cb5
2 changed files with 0 additions and 4 deletions

View File

@@ -7,9 +7,7 @@
{{else}}
{{#if isEnabled}}
{{d-button icon="far-bell-slash" class="btn-default" label="user.desktop_notifications.disable" action=(action "turnoff")}}
{{i18n "user.desktop_notifications.currently_enabled"}}
{{else}}
{{d-button icon="far-bell" class="btn-default" label="user.desktop_notifications.enable" action=(action "turnon")}}
{{i18n "user.desktop_notifications.currently_disabled"}}
{{/if}}
{{/if}}