diff options
| author | Sean King <seanking2919@protonmail.com> | 2022-06-20 22:52:08 -0600 |
|---|---|---|
| committer | Sean King <seanking2919@protonmail.com> | 2022-06-20 22:52:08 -0600 |
| commit | fa5d35523dd081b6948d38325374cac5707b7868 (patch) | |
| tree | 608b8bb59fc359b2a65d61d35f84b3bdbf883a74 /src/i18n | |
| parent | 1b796691b0c396c1780e5520bf285e22923f3b6a (diff) | |
Add ability to view status history for edited statuses
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 7b1bac79..f125c249 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -795,7 +795,8 @@ "ancestor_follow_with_icon": "{icon} {text}", "show_all_conversation_with_icon": "{icon} {text}", "show_all_conversation": "Show full conversation ({numStatus} other status) | Show full conversation ({numStatus} other statuses)", - "show_only_conversation_under_this": "Only show replies to this status" + "show_only_conversation_under_this": "Only show replies to this status", + "status_history": "Status history" }, "user_card": { "approve": "Approve", |
