mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-05 09:50:34 +03:00
v4.9.4
-----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:
commit
17f0aae97e
@ -1 +1 @@
|
|||||||
Subproject commit 2047f292402352ddc88c6eb886f1dbf05b27530c
|
Subproject commit 63193dc815552ad08cc4e0b559043ae31596609e
|
@ -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.'
|
||||||
};
|
};
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ghost",
|
"name": "ghost",
|
||||||
"version": "4.9.3",
|
"version": "4.9.4",
|
||||||
"description": "The professional publishing platform",
|
"description": "The professional publishing platform",
|
||||||
"author": "Ghost Foundation",
|
"author": "Ghost Foundation",
|
||||||
"homepage": "https://ghost.org",
|
"homepage": "https://ghost.org",
|
||||||
|
Loading…
Reference in New Issue
Block a user