diff options
author | Cash Costello <cash.costello@gmail.com> | 2013-04-13 06:58:50 -0700 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2013-04-13 06:58:50 -0700 |
commit | 50c25a6ea62028d95390c7039d38d79a1e03abfe (patch) | |
tree | 5b1df3a15d76e6372f54ea1f035ad8ca69be3ac6 /languages/en.php | |
parent | 8b53f353c5f4eb5b7c893369142882c856d3c83b (diff) | |
parent | a4874cba03660c3c2169c71c1d32e5474304d984 (diff) | |
download | elgg-50c25a6ea62028d95390c7039d38d79a1e03abfe.tar.gz elgg-50c25a6ea62028d95390c7039d38d79a1e03abfe.tar.bz2 |
Merge pull request #5309 from mrclay/5230
Fixes #5297: Improve error message in cases of suspected cross-domain login
Diffstat (limited to 'languages/en.php')
-rw-r--r-- | languages/en.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php index 501855f02..a3c6cf2bf 100644 --- a/languages/en.php +++ b/languages/en.php @@ -1193,6 +1193,7 @@ You cannot reply to this email.", 'actiongatekeeper:timeerror' => 'The page you were using has expired. Please refresh and try again.', 'actiongatekeeper:pluginprevents' => 'A extension has prevented this form from being submitted.', 'actiongatekeeper:uploadexceeded' => 'The size of file(s) uploaded exceeded the limit set by your site administrator', + 'actiongatekeeper:crosssitelogin' => "Sorry, logging in from a different domain is not permitted.", /** |