Skip to content

Commit 8995fd8

Browse files
committed
update privacy descriptions
1 parent 46f15ed commit 8995fd8

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

app/javascript/mastodon/locales/defaultMessages.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -837,31 +837,31 @@
837837
"id": "privacy.unlisted.short"
838838
},
839839
{
840-
"defaultMessage": "Broadcast into the void (won't show in Federation or Planet)",
840+
"defaultMessage": "Broadcast into the void (public; won't show in Federation or Planet)",
841841
"id": "privacy.unlisted.long"
842842
},
843843
{
844844
"defaultMessage": "Local",
845845
"id": "privacy.local.short"
846846
},
847847
{
848-
"defaultMessage": "Broadcast your toots to the Planet (won't send to off-Planet listeners)",
848+
"defaultMessage": "Broadcast your toots to the Planet (public; won't send to off-Planet listeners)",
849849
"id": "privacy.local.long"
850850
},
851851
{
852852
"defaultMessage": "Listeners Only",
853853
"id": "privacy.private.short"
854854
},
855855
{
856-
"defaultMessage": "Transmit only to your listeners (won't show on your public page)",
856+
"defaultMessage": "Transmit only to your listeners (private; won't show on your public page)",
857857
"id": "privacy.private.long"
858858
},
859859
{
860860
"defaultMessage": "Direct",
861861
"id": "privacy.direct.short"
862862
},
863863
{
864-
"defaultMessage": "Transmit only to mentioned accounts (won't show on your public page)",
864+
"defaultMessage": "Transmit only to mentioned accounts (private; won't show on your public page)",
865865
"id": "privacy.direct.long"
866866
},
867867
{

app/javascript/mastodon/locales/en.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -242,15 +242,15 @@
242242
"onboarding.page_two.compose": "Write posts from the compose column. You can upload images, change privacy settings, and add content warnings with the icons below.",
243243
"onboarding.skip": "Skip",
244244
"privacy.change": "Adjust toot distribution",
245-
"privacy.direct.long": "Transmit only to mentioned accounts (won't show on your public page)",
245+
"privacy.direct.long": "Transmit only to mentioned accounts (private; won't show on your public page)",
246246
"privacy.direct.short": "Direct",
247-
"privacy.private.long": "Transmit only to your listeners (won't show on your public page)",
247+
"privacy.private.long": "Transmit only to your listeners (private; won't show on your public page)",
248248
"privacy.private.short": "Listeners Only",
249249
"privacy.public.long": "Broadcast your toots to the Federation",
250250
"privacy.public.short": "Public",
251-
"privacy.unlisted.long": "Broadcast into the void (won't show in Federation or Planet)",
251+
"privacy.unlisted.long": "Broadcast into the void (public; won't show in Federation or Planet)",
252252
"privacy.unlisted.short": "Unlisted",
253-
"privacy.local.long": "Broadcast your toots to the Planet (won't send to off-Planet listeners)",
253+
"privacy.local.long": "Broadcast your toots to the Planet (public; won't send to off-Planet listeners)",
254254
"privacy.local.short": "Local",
255255
"regeneration_indicator.label": "Loading…",
256256
"regeneration_indicator.sublabel": "Your home feed is being prepared!",

0 commit comments

Comments
 (0)