Skip to content

Commit c21fc3a

Browse files
imorlandclaude
andauthored
fix(core): add missing method_not_allowed translation for error view (#4417)
Fixes #4238 Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 77e01f5 commit c21fc3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

framework/core/locale/core.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -721,6 +721,7 @@ core:
721721
csrf_token_mismatch_return_link: Go back, to try again
722722
invalid_confirmation_token: This confirmation link has already been used or is invalid.
723723
not_authenticated: You do not have permission to access this page. Try again after logging in.
724+
method_not_allowed: This page does not support that request method.
724725
not_found: The page you requested could not be found.
725726
not_found_return_link: "Return to {forum}"
726727
permission_denied: You do not have permission to access this page.

0 commit comments

Comments
 (0)