mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-22 09:15:33 +03:00
Match text from Composer
Should really extract this out one day
This commit is contained in:
parent
017b138d4b
commit
49bb42e6cc
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ const visibilityText = {
|
|||
public: 'Public',
|
||||
unlisted: 'Unlisted',
|
||||
private: 'Followers only',
|
||||
direct: 'Mentioned people only',
|
||||
direct: 'Direct',
|
||||
};
|
||||
|
||||
function Status({
|
||||
|
|
Loading…
Reference in a new issue