Fixed typo.

Reported at Transifex.

Signed-off-by: Mark Ziegler <mark.ziegler@rakekniven.de>
This commit is contained in:
rakekniven 2019-01-19 22:30:10 +01:00 committed by GitHub
parent b40f8f8474
commit 4e82b97055
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -481,7 +481,7 @@ class SAMLController extends Controller {
* @return Http\TemplateResponse
*/
public function base() {
$message = $this->l->t('This page should not be visted directly.');
$message = $this->l->t('This page should not be visited directly.');
return new Http\TemplateResponse($this->appName, 'error', ['message' => $message], 'guest');
}