aboutsummaryrefslogtreecommitdiff
path: root/actions/login.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/login.php')
-rw-r--r--actions/login.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/login.php b/actions/login.php
index cb25b1f0c..7323f1d4d 100644
--- a/actions/login.php
+++ b/actions/login.php
@@ -25,9 +25,9 @@
// Set the system_message as appropriate
if ($result) {
- system_message("You have been logged in.");
+ system_message(elgg_echo('login'));
} else {
- system_message("We couldn't log you in. Make sure your details are correct and please try again.");
+ system_message(elgg_echo('loginerror'));
}
?> \ No newline at end of file