diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-07-18 12:36:41 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-07-18 12:36:41 -0400 |
commit | ca44da355841dda0430bf708808d6f8898eaa17a (patch) | |
tree | e07b528ebe2e800b64072e0bb1f244677ab441aa | |
parent | d6e6ac957f062009d47c0c2a0060272f926cfbdf (diff) |
Fix typo in pull-request #1035
-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 a2efe2c5..03661d75 100644 --- a/app/Locale/es_ES/translations.php +++ b/app/Locale/es_ES/translations.php @@ -851,7 +851,7 @@ return array( 'Two factor authentication enabled' => 'Autenticación de dos factores habilitado', 'Unable to update this user.' => 'Imposible actualizar este usuario.', 'There is no user management for private projects.' => 'No hay gestión de usuarios para proyectos privados.', - 'User that will receive the email' => 'Usuario que recibirá el correo' + 'User that will receive the email' => 'Usuario que recibirá el correo', 'Email subject' => 'Asunto del correo', 'Date' => 'Fecha', // 'By @%s on Bitbucket' => '', |