fix: disable push notifications & update push notifications texts (#518)
This commit is contained in:
parent
2124e8046a
commit
6b7a8baa8e
3 changed files with 20 additions and 19 deletions
|
@ -165,7 +165,7 @@
|
|||
"reblog": "Reblog your post",
|
||||
"title": "What notifications to receive?"
|
||||
},
|
||||
"close_btn": "Close desktop notification settings",
|
||||
"close_btn": "Close push notifications settings",
|
||||
"policy": {
|
||||
"all": "From anyone",
|
||||
"followed": "Of people I follow",
|
||||
|
@ -174,17 +174,17 @@
|
|||
"title": "Who can I receive notifications from?"
|
||||
},
|
||||
"save_settings": "Save settings changes",
|
||||
"show_btn": "Show desktop notification settings",
|
||||
"title": "Desktop notification settings",
|
||||
"show_btn": "Show push notifications settings",
|
||||
"title": "Push notifications settings",
|
||||
"undo_settings": "Undo settings changes",
|
||||
"unsubscribe": "Disable desktop notifications",
|
||||
"unsubscribe": "Disable push notifications",
|
||||
"unsubscribed_with_warning": "Enable notifications to receive notifications from this account by clicking \"@:notification.settings.warning.enable_desktop{'\"'} button.",
|
||||
"unsupported": "Your browser does not support desktop notifications.",
|
||||
"unsupported": "Your browser does not support push notifications.",
|
||||
"warning": {
|
||||
"enable_close": "Close",
|
||||
"enable_description": "To receive notifications when Elk is not open, enable desktop notifications. You can control precisely what types of interactions generate desktop notifications via the \"Show Settings\" button above once enabled.",
|
||||
"enable_description_short": "To change desktop notification settings when Elk is not open, you must first enable desktop notifications.",
|
||||
"enable_desktop": "Enable desktop notifications",
|
||||
"enable_description": "To receive notifications when Elk is not open, enable push notifications. You can control precisely what types of interactions generate push notifications via the \"@:notification.settings.show_btn{'\"'} button above once enabled.",
|
||||
"enable_description_short": "To change push notifications settings when Elk is not open, you must first enable push notifications.",
|
||||
"enable_desktop": "Enable push notifications",
|
||||
"enable_title": "Never miss anything"
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue