mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 03:59:39 +08:00
Add error message for invalid confirmation tokens
Fixes flarum/core#1337.
This commit is contained in:
parent
f020719a84
commit
405cd8764e
@ -464,6 +464,7 @@ core:
|
||||
csrf_token_mismatch: You have been inactive for too long.
|
||||
csrf_token_mismatch_return_link: Go back, to try again
|
||||
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_return_link: "Return to {forum}"
|
||||
unknown: An error occurred while trying to load this page.
|
||||
|
Loading…
x
Reference in New Issue
Block a user