diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-06-06 20:43:03 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-06-06 20:43:03 -0400 |
commit | 8d792ee37964df31e7e88a601c0baf7accfbc3af (patch) | |
tree | b14ccc2edf90eac65e8909d6581744f75142ecd5 /app/Locale/es_ES | |
parent | 3a61a6a5a3d3265e693c4e84cb27b35b7f6e5ced (diff) |
Update translations to fix typo
Diffstat (limited to 'app/Locale/es_ES')
-rw-r--r-- | app/Locale/es_ES/translations.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Locale/es_ES/translations.php b/app/Locale/es_ES/translations.php index 4da11633..15478315 100644 --- a/app/Locale/es_ES/translations.php +++ b/app/Locale/es_ES/translations.php @@ -1109,7 +1109,7 @@ return array( 'Column created successfully.' => 'Columna creada exitosamente', 'Another column with the same name exists in the project' => 'Ya existe una columna con el mismo nombre en el proyecto', 'Default filters' => 'Filtros predeterminados', - 'Your board doesn\'t have any column!' => '¡Tu tablero no tiene ninguna columna!', + 'Your board doesn\'t have any columns!' => '¡Tu tablero no tiene ninguna columna!', 'Change column position' => 'Cambiar posición de la columna', 'Switch to the project overview' => 'Cambiar a vista general del proyecto', 'User filters' => 'Usar filtros', |