From d1735407dec405da25020b6ece38279aa70a12ca Mon Sep 17 00:00:00 2001 From: stvmachine Date: Sun, 6 Oct 2019 14:33:55 +1100 Subject: [PATCH] Update es.php On Spanish make more senses: "Team of" + team_name. --- app/config/locale/es.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/locale/es.php b/app/config/locale/es.php index 0a56743689..8c337051f8 100644 --- a/app/config/locale/es.php +++ b/app/config/locale/es.php @@ -6,7 +6,7 @@ return [ 'settings.direction' => 'ltr', // Service - Users - 'auth.emails.team' => '%s Equipo', + 'auth.emails.team' => 'Equipo de %s', 'auth.emails.confirm.title' => 'Confirmación de la cuenta', 'auth.emails.confirm.body' => 'es.email.auth.confirm.tpl', 'auth.emails.recovery.title' => 'Reestablecer contraseña',