From bf8b02085da891a72994bd6e3853ed21b8acec84 Mon Sep 17 00:00:00 2001 From: PCTroller <146987801+PCTroller@users.noreply.github.com> Date: Wed, 8 May 2024 22:32:53 +0200 Subject: [PATCH] I missclicked something and change "hours" and "minutes" now is good --- src/locales/es/translation.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/locales/es/translation.json b/src/locales/es/translation.json index a3f26dd2..f180cebf 100644 --- a/src/locales/es/translation.json +++ b/src/locales/es/translation.json @@ -62,8 +62,8 @@ "publisher": "Publicado por: {{publisher}}", "copy_link_to_clipboard": "Copiar enlace", "copied_link_to_clipboard": "Enlace copiado", - "hours": "hours", - "minutes": "minutes", + "hours": "horas", + "minutes": "minutos", "amount_hours": "{{amount}} horas", "amount_minutes": "{{amount}} minutos", "accuracy": "{{accuracy}}% precisiĆ³n",