diff options
| author | Tusooa Zhu <tusooa@kazv.moe> | 2022-03-17 15:09:06 -0400 |
|---|---|---|
| committer | tusooa <tusooa@kazv.moe> | 2022-11-24 18:27:14 -0500 |
| commit | db5c0c3502d4db4da49fe4406422b4b53087a0ba (patch) | |
| tree | a35462c1456ded15233300bb3e55657352a8d811 /src | |
| parent | e877fedb0e60e795bd5c6aa3e706c64f12746c66 (diff) | |
Add English translation for deleting announcements
Diffstat (limited to 'src')
| -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 44991e1a..9ba5603b 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -40,7 +40,8 @@ "post_placeholder": "Type your announcement content here...", "post_action": "Post", "post_error": "Error: {error}", - "close_error": "Close" + "close_error": "Close", + "delete_action": "Delete" }, "shoutbox": { "title": "Shoutbox" |
