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}}

View File

@ -806,9 +806,7 @@ en:
perm_denied_btn: "Permission Denied"
perm_denied_expl: "You denied permission for notifications. Allow notifications via your browser settings."
disable: "Disable Notifications"
currently_enabled: ""
enable: "Enable Notifications"
currently_disabled: ""
each_browser_note: "Note: You have to change this setting on every browser you use."
consent_prompt: "Do you want live notifications when people reply to your posts?"
dismiss: "Dismiss"