diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2023-11-12 23:06:14 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2023-11-12 23:06:14 +0000 |
| commit | 18c0cf1845a95db2d0e894d2455cdd4dc545aaf7 (patch) | |
| tree | dbff6ae08d9a574fa0a970a3bc3cc6e7ca222fc1 /src/i18n | |
| parent | faef2767cd7ba5961445e9c38e8ebf52d3610259 (diff) | |
| parent | 5ff14837a76fb7b7501ca4603937492e18ceadcf (diff) | |
Merge branch 'tusooa/react-more-actions-fix' into 'develop'
Accessibility for react & extra buttons
See merge request pleroma/pleroma-fe!1869
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", |
