-----BEGIN PGP SIGNATURE-----
 
 iHUEABYIAB0WIQTqYa7kNs8D7Oo9dgLSEYbwtHKVrQUCYOyBkgAKCRDSEYbwtHKV
 rUwwAQCxNVIluZNQaQFq1mXsXK99oJUh62TcfaRVpLln4OIW2gEA9P74NRNzAdM+
 RC3C0CeEnGEU0ggmfa4Snp6NNT47BAU=
 =wETf
 -----END PGP SIGNATURE-----
gpgsig -----BEGIN PGP SIGNATURE-----
 
 iHUEABYIAB0WIQTqYa7kNs8D7Oo9dgLSEYbwtHKVrQUCYOyCCgAKCRDSEYbwtHKV
 rTK6AQC+F1TV6FvH/JOrjyR0pdxgr3SzAubG22a4imwQenLjEwEA0nC2wFzsyRJd
 QZxi1khdgSXKe68ZpOMhqYPvC9maCA8=
 =RAf0
 -----END PGP SIGNATURE-----

Merged v4.9.4 into main

v4.9.4
This commit is contained in:
Daniel Lockyer 2021-07-12 18:55:16 +01:00
commit 17f0aae97e
3 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 2047f292402352ddc88c6eb886f1dbf05b27530c
Subproject commit 63193dc815552ad08cc4e0b559043ae31596609e

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.'
};

View File

@ -1,6 +1,6 @@
{
"name": "ghost",
"version": "4.9.3",
"version": "4.9.4",
"description": "The professional publishing platform",
"author": "Ghost Foundation",
"homepage": "https://ghost.org",