From 5df371b20a4b6d60dec5a6af19db3630a9273e4e Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 1 Sep 2024 00:34:14 +0300 Subject: [PATCH] i18n: Fix one more translation issue --- src/public/translations/en/translation.json | 3 +-- src/public/translations/es/translation.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/public/translations/en/translation.json b/src/public/translations/en/translation.json index 0f1be8ef2..13a4c3234 100644 --- a/src/public/translations/en/translation.json +++ b/src/public/translations/en/translation.json @@ -597,8 +597,7 @@ }, "left_pane_toggle": { "show_panel": "Show panel", - "hide_panel": "Hide panel", - "open_panel": "Open panel" + "hide_panel": "Hide panel" }, "move_pane_button": { "move_left": "Move left", diff --git a/src/public/translations/es/translation.json b/src/public/translations/es/translation.json index 72ef5139a..f780f5633 100644 --- a/src/public/translations/es/translation.json +++ b/src/public/translations/es/translation.json @@ -597,7 +597,7 @@ }, "left_pane_toggle": { "hide_panel": "Ocultar panel", - "open_panel": "Abrir panel" + "show_panel": "Abrir panel" }, "move_pane_button": { "move_left": "Mover a la izquierda",