From 94918dfcd12da38e0485d47c8db811a7f2440199 Mon Sep 17 00:00:00 2001 From: Noelle Leigh <5957867+noelleleigh@users.noreply.github.com> Date: Mon, 8 Jun 2026 08:58:42 -0400 Subject: [PATCH] Fix inconsistent `keyboard_shortcuts.translate` string (#39328) --- app/javascript/mastodon/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/mastodon/locales/en.json b/app/javascript/mastodon/locales/en.json index 3b64aeb6de..511ae3503c 100644 --- a/app/javascript/mastodon/locales/en.json +++ b/app/javascript/mastodon/locales/en.json @@ -846,7 +846,7 @@ "keyboard_shortcuts.toggle_sensitivity": "Show/hide media", "keyboard_shortcuts.toot": "Start a new post", "keyboard_shortcuts.top": "Move to top of list", - "keyboard_shortcuts.translate": "to translate a post", + "keyboard_shortcuts.translate": "Translate a post", "keyboard_shortcuts.unfocus": "Unfocus compose textarea/search", "keyboard_shortcuts.up": "Move up in the list", "learn_more_link.got_it": "Got it",