updated theme validation error copy to match other messages

This commit is contained in:
Vikas Potluri 2021-07-12 12:42:11 -05:00 committed by Daniel Lockyer
parent 803a9e11b7
commit 27e618e60c

View File

@ -6,7 +6,7 @@ const tpl = require('@tryghost/tpl');
const errors = require('@tryghost/errors');
const messages = {
themeHasErrors: 'Theme {theme} is not compatible or contains errors.',
themeHasErrors: 'Theme "{theme}" is not compatible or contains errors.',
activeThemeHasFatalErrors: 'The currently active theme "{theme}" has fatal errors.',
activeThemeHasErrors: 'The currently active theme "{theme}" has errors, but will still work.'
};