diff options
Diffstat (limited to 'app/views/errors')
-rw-r--r-- | app/views/errors/500.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/errors/500.html.haml b/app/views/errors/500.html.haml index e124be551..6244ff209 100644 --- a/app/views/errors/500.html.haml +++ b/app/views/errors/500.html.haml @@ -1,5 +1,5 @@ - content_for :page_title do - = t('errors.500') + = t('errors.500.title') - content_for :content do - = t('errors.500') + = t('errors.500.content') |