diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2020-07-07 10:01:37 +0300 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2020-07-07 10:01:37 +0300 |
| commit | e3991db5c45c06a6102ae1576614af5b58af0103 (patch) | |
| tree | ea563bcbe213be867ae508335817ac6de3671f7a /src/i18n | |
| parent | f4bdbf76917ba1eb36586ecd1a37d393f672e931 (diff) | |
| parent | 9ccc6174a73199dc3c5fabfc9a9769ab9265060a (diff) | |
fix conflicts and add error handling to media descriptions
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index a6495848..b331a3e0 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -190,6 +190,10 @@ "direct_warning_to_all": "This post will be visible to all the mentioned users.", "direct_warning_to_first_only": "This post will only be visible to the mentioned users at the beginning of the message.", "posting": "Posting", + "preview": "Preview", + "preview_empty": "Empty", + "empty_status_error": "Can't post an empty status with no files", + "media_description_error": "Failed to update media, try again", "scope_notice": { "public": "This post will be visible to everyone", "private": "This post will be visible to your followers only", |
