From 2eff32d1b40b55bab68cfc6a8c3f19e7a088599b Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Thu, 5 Aug 2021 18:58:20 +0200 Subject: Enhance error message for invalid CSRF token --- core/language/en.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/language/en.php') 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.'; #=============================================================================== -- cgit v1.2.3