about summary refs log tree commit diff
path: root/app/javascript/mastodon/locales/en.json
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2022-11-04 02:28:37 +0100
committerGitHub <noreply@github.com>2022-11-04 02:28:37 +0100
commit139ea4c981f563e51d80ec3ec407d6265e29cb70 (patch)
treeb07afc6f133a6f96274155e79bfaf78efc7b3b7a /app/javascript/mastodon/locales/en.json
parentbfafb114a2135b1f21ba7e6d54ee13e8da75b629 (diff)
Fix limited account hint referencing "your" server when logged out (#19711)
Diffstat (limited to 'app/javascript/mastodon/locales/en.json')
-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 7d5c19205..fd504fa04 100644
--- a/app/javascript/mastodon/locales/en.json
+++ b/app/javascript/mastodon/locales/en.json
@@ -339,7 +339,7 @@
   "lightbox.next": "Next",
   "lightbox.previous": "Previous",
   "limited_account_hint.action": "Show profile anyway",
-  "limited_account_hint.title": "This profile has been hidden by the moderators of your server.",
+  "limited_account_hint.title": "This profile has been hidden by the moderators of {domain}.",
   "lists.account.add": "Add to list",
   "lists.account.remove": "Remove from list",
   "lists.delete": "Delete list",