Add error message for invalid confirmation tokens

Fixes flarum/core#1337.
This commit is contained in:
Franz Liedke 2019-08-14 19:39:52 +02:00
parent f020719a84
commit 405cd8764e

View File

@ -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.