aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Controllers/UsersController.php
diff options
context:
space:
mode:
Diffstat (limited to 'h-source/Application/Controllers/UsersController.php')
-rw-r--r--h-source/Application/Controllers/UsersController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Controllers/UsersController.php b/h-source/Application/Controllers/UsersController.php
index b641899..ea94ffb 100644
--- a/h-source/Application/Controllers/UsersController.php
+++ b/h-source/Application/Controllers/UsersController.php
@@ -97,7 +97,7 @@ class UsersController extends BaseController
if ($res === 'not-logged')
{
- $data['notice'] = "<div class='alert'>You can't logout because you are not logged..</div>\n";
+ $data['notice'] = "<div class='alert'>You can't logout because you are not logged...</div>\n";
}
else if ($res === 'was-logged')
{