diff --git a/core/server/services/themes/validate.js b/core/server/services/themes/validate.js index b9c61250d0..d972918627 100644 --- a/core/server/services/themes/validate.js +++ b/core/server/services/themes/validate.js @@ -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.' };