diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2020-09-06 15:28:09 +0300 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2020-09-06 15:28:09 +0300 |
| commit | 40ca0b394ea066dea95c672eb0a42a35c9e65317 (patch) | |
| tree | 31ca497e91d5c9379186ab2fa5d217edf3dbb83b /src/i18n | |
| parent | a73b09c73202117ffa3fecf7a9185981d6696912 (diff) | |
add basic deletes support that works with masto WS
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 8540f551..850dc4cc 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -659,7 +659,8 @@ "show_full_subject": "Show full subject", "hide_full_subject": "Hide full subject", "show_content": "Show content", - "hide_content": "Hide content" + "hide_content": "Hide content", + "status_deleted": "The post was deleted" }, "user_card": { "approve": "Approve", |
