From def79000baf56f5906b93d3f4767ad58312874ae Mon Sep 17 00:00:00 2001 From: Matheus Dantas Date: Mon, 6 May 2024 06:52:50 -0300 Subject: [PATCH] remove translations for title that does not exist anymore --- src/locales/en/translation.json | 3 +-- src/locales/pt/translation.json | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/locales/en/translation.json b/src/locales/en/translation.json index a726575f..b6d1b882 100644 --- a/src/locales/en/translation.json +++ b/src/locales/en/translation.json @@ -96,8 +96,7 @@ "dont_show_it_again": "Don't show it again", "copy_to_clipboard": "Copy", "copied_to_clipboard": "Copied", - "got_it": "Got it", - "gallery": "Videos and screenshots" + "got_it": "Got it" }, "activation": { "title": "Activate Hydra", diff --git a/src/locales/pt/translation.json b/src/locales/pt/translation.json index 31d93a06..fce8eb36 100644 --- a/src/locales/pt/translation.json +++ b/src/locales/pt/translation.json @@ -92,8 +92,7 @@ "dont_show_it_again": "Não mostrar novamente", "copy_to_clipboard": "Copiar", "copied_to_clipboard": "Copiado", - "got_it": "Entendi", - "gallery": "Videos e capturas" + "got_it": "Entendi" }, "activation": { "title": "Ativação",