From d0904c1051e40eae96dde4a8c5eb36ac343252af Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Fri, 1 Nov 2024 19:05:56 +0200 Subject: [PATCH] client: Change translation for closing tabs to the right --- src/public/translations/en/translation.json | 2 +- src/public/translations/ro/translation.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/public/translations/en/translation.json b/src/public/translations/en/translation.json index dd170d30aa..9de64b6bf8 100644 --- a/src/public/translations/en/translation.json +++ b/src/public/translations/en/translation.json @@ -1434,7 +1434,7 @@ "add_new_tab": "Add new tab", "close": "Close", "close_other_tabs": "Close other tabs", - "close_right_tabs": "Close right tabs", + "close_right_tabs": "Close tabs to the right", "close_all_tabs": "Close all tabs", "move_tab_to_new_window": "Move this tab to a new window", "new_tab": "New tab" diff --git a/src/public/translations/ro/translation.json b/src/public/translations/ro/translation.json index 6efc98387f..b5bff39a85 100644 --- a/src/public/translations/ro/translation.json +++ b/src/public/translations/ro/translation.json @@ -1439,7 +1439,8 @@ "close_other_tabs": "Închide celelalte taburi", "close_tab": "Închide tab", "move_tab_to_new_window": "Mută acest tab în altă fereastră", - "new_tab": "Tab nou" + "new_tab": "Tab nou", + "close_right_tabs": "Închide taburile din dreapta" }, "toc": { "options": "Setări",