diff options
| author | tusooa <tusooa@kazv.moe> | 2023-11-12 14:51:39 -0500 |
|---|---|---|
| committer | tusooa <tusooa@kazv.moe> | 2023-11-12 14:51:39 -0500 |
| commit | 0026b35f661c83516ef9e7edc0d6e826f29a86a5 (patch) | |
| tree | ebf6dcc23acb5024e5b6881b7c84074b4ee14427 /src/i18n | |
| parent | c3c233c6fe8291bc4d691250144fb6a65e7de594 (diff) | |
Add alt text for react and extra-buttons popup
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 031771dd..034022cb 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -1045,7 +1045,8 @@ "reaction_count_label": "{num} person reacted | {num} people reacted", "hide_quote": "Hide the quoted status", "display_quote": "Display the quoted status", - "invisible_quote": "Quoted status unavailable: {link}" + "invisible_quote": "Quoted status unavailable: {link}", + "more_actions": "More actions on this status" }, "user_card": { "approve": "Approve", |
