mirror of
https://github.com/flarum/core.git
synced 2025-08-24 17:13:44 +02:00
Add error message for invalid confirmation tokens
Fixes flarum/core#1337.
This commit is contained in:
@@ -464,6 +464,7 @@ core:
|
|||||||
csrf_token_mismatch: You have been inactive for too long.
|
csrf_token_mismatch: You have been inactive for too long.
|
||||||
csrf_token_mismatch_return_link: Go back, to try again
|
csrf_token_mismatch_return_link: Go back, to try again
|
||||||
forbidden: You do not have permission to access this page.
|
forbidden: You do not have permission to access this page.
|
||||||
|
invalid_confirmation_token: This confirmation link has already been used or is invalid.
|
||||||
not_found: The page you requested could not be found.
|
not_found: The page you requested could not be found.
|
||||||
not_found_return_link: "Return to {forum}"
|
not_found_return_link: "Return to {forum}"
|
||||||
unknown: An error occurred while trying to load this page.
|
unknown: An error occurred while trying to load this page.
|
||||||
|
Reference in New Issue
Block a user