change translation for expired session

This commit is contained in:
peintnermax
2024-10-14 08:48:24 +02:00
parent 5256472d29
commit f3ff6d68ef
4 changed files with 4 additions and 4 deletions

View File

@@ -134,6 +134,6 @@
},
"error": {
"unknownContext": "Could not get the context of the user. Make sure to enter the username first or provide a loginName as searchParam.",
"sessionExpired": "You need to have a valid session in order to continue."
"sessionExpired": "Your current session has expired. Please login again."
}
}