diff options
Diffstat (limited to 'app/views/errors/422.html.haml')
-rw-r--r-- | app/views/errors/422.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/errors/422.html.haml b/app/views/errors/422.html.haml index e369cded6..e710fecb3 100644 --- a/app/views/errors/422.html.haml +++ b/app/views/errors/422.html.haml @@ -1,5 +1,5 @@ - content_for :page_title do - Security verification failed + = t('errors.422.title') - content_for :content do - Security verification failed. Are you blocking cookies? + = t('errors.422.content') |