diff options
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 0ef4ce88..ec44f774 100644 --- a/app/Locale/es_ES/translations.php +++ b/app/Locale/es_ES/translations.php @@ -648,7 +648,7 @@ return array( 'All tasks' => 'Todas las tareas', 'Only for tasks assigned to me' => 'Sólo para tareas asignadas a mí', 'Only for tasks created by me' => 'Sólo para tareas creadas por mí', - 'Only for tasks created by me and assigned to me' => 'Sólo para las tareas creadas por mí y asignadas a mí', + 'Only for tasks created by me and tasks assigned to me' => 'Sólo para las tareas creadas por mí y asignadas a mí', '%%Y-%%m-%%d' => '%%Y-%%m-%%d', 'Total for all columns' => 'Total para todas las columnas', 'You need at least 2 days of data to show the chart.' => 'Necesita al menos 2 días de datos para mostrar el gráfico.', |