]> cat aescling's git repositories - mastodon.git/commitdiff
Change “Only people I mention” to “Mentioned people only” (#18291)
authorClaire <claire.github-309c@sitedethib.com>
Tue, 3 May 2022 10:30:40 +0000 (12:30 +0200)
committersingle-right-quote <11325618-aescling@users.noreply.gitlab.com>
Thu, 5 May 2022 17:49:38 +0000 (13:49 -0400)
app/javascript/mastodon/features/compose/components/privacy_dropdown.js
app/javascript/mastodon/locales/defaultMessages.json
app/javascript/mastodon/locales/en.json

index c94db59c51a3eb4f16878d8f6c1d0aef4d6d7637..1f0e998d36f89be17dceabeed7012f9076948a3c 100644 (file)
@@ -16,7 +16,7 @@ const messages = defineMessages({
   unlisted_long: { id: 'privacy.unlisted.long', defaultMessage: 'Visible for all, but opted-out of discovery features' },
   private_short: { id: 'privacy.private.short', defaultMessage: 'Followers only' },
   private_long: { id: 'privacy.private.long', defaultMessage: 'Visible for followers only' },
-  direct_short: { id: 'privacy.direct.short', defaultMessage: 'Only people I mention' },
+  direct_short: { id: 'privacy.direct.short', defaultMessage: 'Mentioned people only' },
   direct_long: { id: 'privacy.direct.long', defaultMessage: 'Visible for mentioned users only' },
   change_privacy: { id: 'privacy.change', defaultMessage: 'Adjust status privacy' },
 });
index e923bc4a5fabced5b3533fb2941fd31cc9a3bd9a..51167429919f363c6b40633028f05e70e427c295 100644 (file)
         "id": "privacy.private.long"
       },
       {
-        "defaultMessage": "Only people I mention",
+        "defaultMessage": "Mentioned people only",
         "id": "privacy.direct.short"
       },
       {
     ],
     "path": "app/javascript/mastodon/features/video/index.json"
   }
-]
\ No newline at end of file
+]
index 8be90a2b7ddee02c949fda20c48912f674d596e8..0b4e3773fc497af598ba8cc80f236534fbac84b4 100644 (file)
   "poll_button.remove_poll": "Remove poll",
   "privacy.change": "Change post privacy",
   "privacy.direct.long": "Visible for mentioned users only",
-  "privacy.direct.short": "Only people I mention",
+  "privacy.direct.short": "Mentioned people only",
   "privacy.private.long": "Visible for followers only",
   "privacy.private.short": "Followers only",
   "privacy.public.long": "Visible for all",