mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Remove unused strings about desktop notifications
This commit is contained in:
parent
de4bf6ee9f
commit
a40e9d9cb5
@ -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}}
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user