aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/language/de.php2
-rw-r--r--core/language/en.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/core/language/de.php b/core/language/de.php
index 59a622c..ce65e96 100644
--- a/core/language/de.php
+++ b/core/language/de.php
@@ -72,7 +72,7 @@ $LANGUAGE['emoticon_1F604'] = 'Lächelndes Gesicht mit offenem Mund und lachende
#===============================================================================
# Error messages
#===============================================================================
-$LANGUAGE['error_security_csrf'] = 'Der Sicherheitstoken stimmt nicht mit dem Sicherheitstoken des Servers überein.';
+$LANGUAGE['error_security_csrf'] = 'Der Sicherheitstoken stimmt nicht mit dem Token der aktuellen Session überein.';
$LANGUAGE['error_database_exec'] = 'Es ist ein unerwarteter Fehler bei der Kommunikation mit der Datenbank aufgetreten.';
#===============================================================================
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.';
#===============================================================================