From 3e5b519d0f49679b9b0a26060357d861b4258eb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n?= <99520451+Vassiat@users.noreply.github.com> Date: Fri, 16 Aug 2024 16:08:35 -0400 Subject: [PATCH] Update src/locales/es/menu-ui-handler.ts Co-authored-by: Asdar --- src/locales/es/menu-ui-handler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/es/menu-ui-handler.ts b/src/locales/es/menu-ui-handler.ts index c59a53738c2..1713bd6e2df 100644 --- a/src/locales/es/menu-ui-handler.ts +++ b/src/locales/es/menu-ui-handler.ts @@ -25,5 +25,5 @@ export const menuUiHandler: SimpleTranslationEntries = { "unlinkGoogle": "Desconectar Google", "cancel": "Cancelar", "losingProgressionWarning": "Perderás cualquier progreso desde el inicio de la batalla. ¿Continuar?", - "noEggs": "You are not hatching any eggs at the moment!" + "noEggs": "No hay huevos incubándose ahora mismo." } as const;