X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fsmssettings.php;h=d151ff45d6a7b61ed8e388df9ea442eb9d9d04eb;hb=ec072e0af7267b772d25c586881661af0d3e2bcb;hp=cdf99a56d9da6a2bfd728ceabbe85eeeb0c32bad;hpb=b7d07466943a73e1c009467c8daa6e499810080f;p=quix0rs-gnu-social.git diff --git a/actions/smssettings.php b/actions/smssettings.php index cdf99a56d9..d151ff45d6 100644 --- a/actions/smssettings.php +++ b/actions/smssettings.php @@ -246,6 +246,7 @@ class SmssettingsAction extends SettingsAction $token = $this->trimmed('token'); if (!$token || $token != common_session_token()) { + // TRANS: Client error displayed when the session token does not match or is not given. $this->showForm(_('There was a problem with your session token. '. 'Try again, please.')); return; @@ -409,7 +410,7 @@ class SmssettingsAction extends SettingsAction if (!$result) { common_log_db_error($confirm, 'DELETE', __FILE__); // TRANS: Server error thrown on database error canceling SMS phone number confirmation. - $this->serverError(_('Could not delete email confirmation.')); + $this->serverError(_('Could not delete SMS confirmation.')); return; }