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

View file

@ -481,7 +481,7 @@ class SAMLController extends Controller {
* @return Http\TemplateResponse * @return Http\TemplateResponse
*/ */
public function base() { 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'); return new Http\TemplateResponse($this->appName, 'error', ['message' => $message], 'guest');
} }