From a77b48760caae35d6ceb05d7c4375fd8dfafcad5 Mon Sep 17 00:00:00 2001 From: Manuel Valle Date: Tue, 6 Dec 2016 21:29:47 -0300 Subject: [PATCH] Fixed 2 mistakes --- web/inc/i18n/es.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/inc/i18n/es.php b/web/inc/i18n/es.php index fdafdd88..6f66ff65 100644 --- a/web/inc/i18n/es.php +++ b/web/inc/i18n/es.php @@ -29,7 +29,7 @@ $LANG['es'] = array( 'DNS' => 'DNS', 'MAIL' => 'CORREO', 'DB' => 'BD', - 'TAREAS' => 'TAREAS', + 'CRON' => 'TAREAS', 'BACKUP' => 'RESPALDOS', 'LOGIN' => 'INICIAR SESIÓN', @@ -352,7 +352,7 @@ $LANG['es'] = array( 'domains' => 'dominios', 'aliases' => 'alias', 'records' => 'registros', - 'jobs' => 'trabajos', + 'jobs' => 'tareas', 'username' => 'nombre de usuario', 'password' => 'contraseña', 'type' => 'tipo',