update message translations + spanish file

This commit is contained in:
Antonio Ramirez
2017-10-15 14:11:53 +02:00
parent 952dbfc8de
commit 359940f4d1
27 changed files with 931 additions and 365 deletions

View File

@ -62,8 +62,7 @@ class EmailChangeService implements ServiceInterface
'success',
Yii::t(
'usuario',
'Awesome, almost there. ' .
'Now you need to click the confirmation link sent to your old email address.'
'Awesome, almost there. Now you need to click the confirmation link sent to your old email address.'
)
);
} elseif ($token->type === Token::TYPE_CONFIRM_OLD_EMAIL) {
@ -72,8 +71,7 @@ class EmailChangeService implements ServiceInterface
'success',
Yii::t(
'usuario',
'Awesome, almost there. ' .
'Now you need to click the confirmation link sent to your new email address.'
'Awesome, almost there. Now you need to click the confirmation link sent to your new email address.'
)
);
}