This commit is contained in:
resurtm
2017-01-11 22:42:15 +06:00
parent a3434504e6
commit 1cb60f0740
78 changed files with 354 additions and 290 deletions

View File

@ -48,6 +48,6 @@ class Yandex extends BaseYandex implements AuthClientInterface
*/
protected function defaultTitle()
{
return Yii::t('user', 'Yandex');
return Yii::t('usuario', 'Yandex');
}
}