mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-16 23:31:19 +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',
|
public: 'Public',
|
||||||
unlisted: 'Unlisted',
|
unlisted: 'Unlisted',
|
||||||
private: 'Followers only',
|
private: 'Followers only',
|
||||||
direct: 'Mentioned people only',
|
direct: 'Direct',
|
||||||
};
|
};
|
||||||
|
|
||||||
function Status({
|
function Status({
|
||||||
|
|
Loading…
Add table
Reference in a new issue