aboutsummaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
Diffstat (limited to 'actions')
-rw-r--r--actions/login.php2
-rw-r--r--actions/logout.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/actions/login.php b/actions/login.php
index 7323f1d4d..dbc84bab5 100644
--- a/actions/login.php
+++ b/actions/login.php
@@ -25,7 +25,7 @@
// Set the system_message as appropriate
if ($result) {
- system_message(elgg_echo('login'));
+ system_message(elgg_echo('loginok'));
} else {
system_message(elgg_echo('loginerror'));
}
diff --git a/actions/logout.php b/actions/logout.php
index 273e8be48..99ef5abf6 100644
--- a/actions/logout.php
+++ b/actions/logout.php
@@ -17,7 +17,7 @@
// Set the system_message as appropriate
if ($result) {
- system_message(elgg_echo('logout'));
+ system_message(elgg_echo('logoutok'));
} else {
system_message(elgg_echo('logouterror'));
}