From 4e82b97055af202794defdada5071d03ee7cdd49 Mon Sep 17 00:00:00 2001 From: rakekniven Date: Sat, 19 Jan 2019 22:30:10 +0100 Subject: [PATCH] Fixed typo. Reported at Transifex. Signed-off-by: Mark Ziegler --- lib/Controller/SAMLController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Controller/SAMLController.php b/lib/Controller/SAMLController.php index 9664e82..902199a 100644 --- a/lib/Controller/SAMLController.php +++ b/lib/Controller/SAMLController.php @@ -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'); }