fix(errors): add hint to 500 errors and fix bullet points
This commit is contained in:
committed by
Benedikt Rötsch
parent
4b6ec8cffa
commit
5b052104f3
@@ -18,6 +18,8 @@ block content
|
|||||||
when 401
|
when 401
|
||||||
li #{translate('verifyCredentialsErrorLabel', currentLocale.code)}
|
li #{translate('verifyCredentialsErrorLabel', currentLocale.code)}
|
||||||
li #{translate('localeContentErrorLabel', currentLocale.code)}
|
li #{translate('localeContentErrorLabel', currentLocale.code)}
|
||||||
|
when 500
|
||||||
|
li #{translate('contentModelChangedErrorLabel', currentLocale.code)}
|
||||||
|
|
||||||
if error.stack
|
if error.stack
|
||||||
li #{translate('stackTraceErrorLabel', currentLocale.code)}
|
li #{translate('stackTraceErrorLabel', currentLocale.code)}
|
||||||
|
|||||||
Reference in New Issue
Block a user