Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/user_saml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorrakekniven <mark.ziegler@rakekniven.de>2019-01-20 00:30:10 +0300
committerGitHub <noreply@github.com>2019-01-20 00:30:10 +0300
commit4e82b97055af202794defdada5071d03ee7cdd49 (patch)
tree4b701f3b89d51c974bea7bd947f0b4548ac3a9e4 /lib
parentb40f8f8474c8338641ffef9b334dd6c459004c25 (diff)
Fixed typo.
Reported at Transifex. Signed-off-by: Mark Ziegler <mark.ziegler@rakekniven.de>
Diffstat (limited to 'lib')
-rw-r--r--lib/Controller/SAMLController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Controller/SAMLController.php b/lib/Controller/SAMLController.php
index 9664e827..902199a4 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');
}