Skip to content

Commit a77b487

Browse files
author
Manuel Valle
authored
Fixed 2 mistakes
1 parent 41042e9 commit a77b487

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/inc/i18n/es.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
'DNS' => 'DNS',
3030
'MAIL' => 'CORREO',
3131
'DB' => 'BD',
32-
'TAREAS' => 'TAREAS',
32+
'CRON' => 'TAREAS',
3333
'BACKUP' => 'RESPALDOS',
3434

3535
'LOGIN' => 'INICIAR SESIÓN',
@@ -352,7 +352,7 @@
352352
'domains' => 'dominios',
353353
'aliases' => 'alias',
354354
'records' => 'registros',
355-
'jobs' => 'trabajos',
355+
'jobs' => 'tareas',
356356
'username' => 'nombre de usuario',
357357
'password' => 'contraseña',
358358
'type' => 'tipo',

0 commit comments

Comments
 (0)