mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
🐛 fixed name is not defined
error when uploading invalid theme
This commit is contained in:
parent
88670dfa28
commit
803a9e11b7
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ const tpl = require('@tryghost/tpl');
|
||||||
const errors = require('@tryghost/errors');
|
const errors = require('@tryghost/errors');
|
||||||
|
|
||||||
const messages = {
|
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.',
|
activeThemeHasFatalErrors: 'The currently active theme "{theme}" has fatal errors.',
|
||||||
activeThemeHasErrors: 'The currently active theme "{theme}" has errors, but will still work.'
|
activeThemeHasErrors: 'The currently active theme "{theme}" has errors, but will still work.'
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue