mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-21 08:55:24 +03:00
feat: adopt to "Quiet Public" name
This commit is contained in:
parent
660549b08b
commit
c439a51d9b
2 changed files with 2 additions and 2 deletions
|
@ -72,7 +72,7 @@ export const statusVisibilities = [
|
|||
},
|
||||
{
|
||||
value: 'unlisted',
|
||||
icon: 'i-ri:lock-unlock-line',
|
||||
icon: 'i-ri:moon-line',
|
||||
},
|
||||
{
|
||||
value: 'private',
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue