diff --git a/views/mixins/_emptyModule.pug b/views/mixins/_emptyModule.pug index b442d72..2455e44 100644 --- a/views/mixins/_emptyModule.pug +++ b/views/mixins/_emptyModule.pug @@ -1,7 +1,7 @@ mixin emptyModule() .module - h1 ️️#{translate('noContentLabel', currentLocale.code)} - h2 ️️#{translate('hintsLabel', currentLocale.code)} + h2 ️️#{translate('noContentLabel', currentLocale.code)} + h3 ️️#{translate('hintsLabel', currentLocale.code)} ul li ️️#{translate('notFoundErrorHint', currentLocale.code)} li ️️#{translate('draftOrPublishedErrorHint', currentLocale.code)}