This commit is contained in:
KMY 2024-01-03 20:23:59 +09:00
parent 7356f776f2
commit 5532d68391
2 changed files with 2 additions and 2 deletions

View file

@ -45,7 +45,7 @@ const messages = defineMessages({
},
mutual_short: {
id: 'privacy.mutual.short',
defaultMessage: 'Mutual followers only',
defaultMessage: 'Mutual only',
},
circle_short: {
id: 'privacy.circle.short',

View file

@ -557,7 +557,7 @@
"privacy.login.long": "Visible for login users only",
"privacy.login.short": "Login only",
"privacy.mutual.long": "Mutual followers only",
"privacy.mutual.short": "Mutual",
"privacy.mutual.short": "Mutual only",
"privacy.personal.short": "Yourself only",
"privacy.private.long": "Visible for followers only",
"privacy.private.short": "Followers only",