diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2020-09-07 10:39:30 +0300 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2020-09-07 10:39:30 +0300 |
| commit | 0758569625eaef704f220dcdc703f6c26c777c06 (patch) | |
| tree | 38baf4b4d200b58906bc11cffb9dd9f9b4730492 | |
| parent | f9ac23b9a94dd35ba623814a59f4df83895acb42 (diff) | |
change i18n phrasing
| -rw-r--r-- | src/i18n/en.json | 2 | ||||
| -rw-r--r-- | src/i18n/fi.json | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 850dc4cc..adf171e8 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -660,7 +660,7 @@ "hide_full_subject": "Hide full subject", "show_content": "Show content", "hide_content": "Hide content", - "status_deleted": "The post was deleted" + "status_deleted": "This post was deleted" }, "user_card": { "approve": "Approve", diff --git a/src/i18n/fi.json b/src/i18n/fi.json index 3832dcaa..2524f278 100644 --- a/src/i18n/fi.json +++ b/src/i18n/fi.json @@ -578,7 +578,8 @@ "show_full_subject": "Näytä koko otsikko", "hide_full_subject": "Piilota koko otsikko", "show_content": "Näytä sisältö", - "hide_content": "Piilota sisältö" + "hide_content": "Piilota sisältö", + "status_deleted": "Poistettu viesti" }, "user_card": { "approve": "Hyväksy", |
