diff options
author | mayaeh <mayaeh@marimo-net.org> | 2020-10-17 04:41:43 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-16 21:41:43 +0200 |
commit | 4130aef29cb913cc33a1abaf997955fbbfdeb3b4 (patch) | |
tree | cd57f45f85cd2fb0aaffccd41e76dc7eed32fd8c | |
parent | fb5f3be18f50eb5657479196e29d13a905c43ac8 (diff) |
Fix translation string (#14986)
-rw-r--r-- | app/javascript/mastodon/locales/en.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/mastodon/locales/en.json b/app/javascript/mastodon/locales/en.json index 3968fc80d..20f5b3f91 100644 --- a/app/javascript/mastodon/locales/en.json +++ b/app/javascript/mastodon/locales/en.json @@ -334,7 +334,7 @@ "notifications.filter.statuses": "Updates from people you follow", "notifications.group": "{count} notifications", "notifications.mark_as_read": "Mark every notification as read", - "notifications.permission_denied": "Cannot enable desktop notifications as permission has been denied.", + "notifications.permission_denied": "Desktop notifications are unavailable due to previously denied browser permissions request", "notifications.permission_denied_alert": "Desktop notifications can't be enabled, as browser permission has been denied before", "notifications_permission_banner.enable": "Enable desktop notifications", "notifications_permission_banner.how_to_control": "To receive notifications when Mastodon isn't open, enable desktop notifications. You can control precisely which types of interactions generate desktop notifications through the {icon} button above once they're enabled.", |