about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authormayaeh <mayaeh@marimo-net.org>2020-10-17 04:41:43 +0900
committerGitHub <noreply@github.com>2020-10-16 21:41:43 +0200
commit4130aef29cb913cc33a1abaf997955fbbfdeb3b4 (patch)
treecd57f45f85cd2fb0aaffccd41e76dc7eed32fd8c /app
parentfb5f3be18f50eb5657479196e29d13a905c43ac8 (diff)
Fix translation string (#14986)
Diffstat (limited to 'app')
-rw-r--r--app/javascript/mastodon/locales/en.json2
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.",