feat: adopt to "Quiet Public" name

This commit is contained in:
TAKAHASHI Shuuji 2024-03-13 01:39:41 +09:00
parent 660549b08b
commit c439a51d9b
No known key found for this signature in database
GPG key ID: F15C887632129F5E
2 changed files with 2 additions and 2 deletions

View file

@ -72,7 +72,7 @@ export const statusVisibilities = [
},
{
value: 'unlisted',
icon: 'i-ri:lock-unlock-line',
icon: 'i-ri:moon-line',
},
{
value: 'private',

View file

@ -740,7 +740,7 @@
"private_desc": "Visible for followers only",
"public": "Public",
"public_desc": "Visible for all",
"unlisted": "Unlisted",
"unlisted": "Quiet Public",
"unlisted_desc": "Visible for all, but opted-out of discovery features"
}
}