From a9b92f3fc1b8d5ef0527c4678948a5c46b7569e9 Mon Sep 17 00:00:00 2001 From: Lianela <140931995+Lianela@users.noreply.github.com> Date: Tue, 9 Jul 2024 10:35:19 -0600 Subject: [PATCH] accuracy fixed --- src/locales/es/translation.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/es/translation.json b/src/locales/es/translation.json index 4d29b156..ddcfdbca 100644 --- a/src/locales/es/translation.json +++ b/src/locales/es/translation.json @@ -69,7 +69,7 @@ "minutes": "minutos", "amount_hours": "{{amount}} horas", "amount_minutes": "{{amount}} minutos", - "accuracy": "{{accuracy}}% completado", + "accuracy": "Completar al {{accuracy}}%", "add_to_library": "Agregar a la biblioteca", "remove_from_library": "Eliminar de la biblioteca", "no_downloads": "No hay descargas disponibles",