🐛 fixed name is not defined error when uploading invalid theme

This commit is contained in:
Vikas Potluri 2021-07-10 11:23:28 -05:00 committed by Daniel Lockyer
parent 88670dfa28
commit 803a9e11b7

View File

@ -6,7 +6,7 @@ const tpl = require('@tryghost/tpl');
const errors = require('@tryghost/errors');
const messages = {
themeHasErrors: 'Theme {name} 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.'
};