Skip to content

Commit

Permalink
Updated translation
Browse files Browse the repository at this point in the history
  • Loading branch information
s-tyshchenko committed Mar 2, 2022
1 parent 8d86edd commit f8baac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion authclient/GithubAuth.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ protected function defaultNormalizeUserAttributeMap()
},
'email' => function ($attributes) {
if (empty($attributes['email'])) {
throw new NotFoundHttpException(Yii::t('AuthFacebookModule.base', 'Please add a valid email address to your Facebook account to be able to proceed.'));
throw new NotFoundHttpException(Yii::t('AuthGithubModule.base', 'Please add a valid email address to your GitHub account to be able to proceed.'));
}
return $attributes['email'];
},
Expand Down

0 comments on commit f8baac7

Please sign in to comment.