diff options
Diffstat (limited to 'core/language/en.php')
-rw-r--r-- | core/language/en.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/language/en.php b/core/language/en.php index 63d1762..b2f113a 100644 --- a/core/language/en.php +++ b/core/language/en.php @@ -72,7 +72,7 @@ $LANGUAGE['emoticon_1F604'] = 'Smiling face with open mouth and smiling eyes'; #=============================================================================== # Error messages #=============================================================================== -$LANGUAGE['error_security_csrf'] = 'The security token does not matches the security token at server.'; +$LANGUAGE['error_security_csrf'] = 'The security token does not matches the token of the current session.'; $LANGUAGE['error_database_exec'] = 'An unexpected error occurred while communicating with the database.'; #=============================================================================== |