From c291b632a18be0fcf739b6515250a131bcd48c6d Mon Sep 17 00:00:00 2001 From: Pablo Alba Date: Thu, 14 Sep 2023 09:35:29 +0200 Subject: [PATCH] :bug: Fix uppercase translations MAIN and COPY --- frontend/translations/en.po | 4 ++-- frontend/translations/es.po | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/translations/en.po b/frontend/translations/en.po index 6bcc3a7e5..386d75138 100644 --- a/frontend/translations/en.po +++ b/frontend/translations/en.po @@ -3397,10 +3397,10 @@ msgid "workspace.options.component.edit-annotation" msgstr "Edit an annotation" msgid "workspace.options.component.main" -msgstr "MAIN" +msgstr "Main" msgid "workspace.options.component.copy" -msgstr "COPY" +msgstr "Copy" #: src/app/main/ui/workspace/sidebar/options/menus/measures.cljs msgid "workspace.options.constraints" diff --git a/frontend/translations/es.po b/frontend/translations/es.po index b3fcb0e08..f19db5813 100644 --- a/frontend/translations/es.po +++ b/frontend/translations/es.po @@ -3480,10 +3480,10 @@ msgid "workspace.options.component.edit-annotation" msgstr "Editar una nota" msgid "workspace.options.component.main" -msgstr "PRINCIPAL" +msgstr "Principal" msgid "workspace.options.component.copy" -msgstr "COPIA" +msgstr "Copia" #: src/app/main/ui/workspace/sidebar/options/menus/measures.cljs msgid "workspace.options.constraints"