X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fnewapplication.php;h=ca5d902a268d1f7bd2ab8d09c2546b15aa17ce67;hb=9a6ee5e859635bd7acfbdf1e1994f665d39455af;hp=a2c4f58b8d21e7ddda7de6bd925722986f466f4c;hpb=18185b2237031e0931d76bb989f87f6c250de2a6;p=quix0rs-gnu-social.git diff --git a/actions/newapplication.php b/actions/newapplication.php index a2c4f58b8d..ca5d902a26 100644 --- a/actions/newapplication.php +++ b/actions/newapplication.php @@ -109,6 +109,7 @@ class NewApplicationAction extends OwnerDesignAction // CSRF protection $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->clientError(_('There was a problem with your session token.')); return; }