mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
🐛 fixed name is not defined
error when uploading invalid theme
This commit is contained in:
parent
88670dfa28
commit
803a9e11b7
@ -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.'
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user