mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-28 13:22:39 +03:00
Fixed recommendations modal heading issue
no ref
This commit is contained in:
parent
9c9f0ebadf
commit
99e455a4f5
@ -302,7 +302,7 @@ const RecommendationsPage = () => {
|
||||
};
|
||||
}, []);
|
||||
|
||||
const heading = pageData && pageData.signup ? t('Welcome to {{siteTitle}}', {siteTitle: title}) : t('Recommendations');
|
||||
const heading = pageData && pageData.signup ? t('Welcome to {{siteTitle}}', {siteTitle: title, interpolation: {escapeValue: false}}) : t('Recommendations');
|
||||
const subheading = pageData && pageData.signup ? t('Thanks for subscribing. Here are a few other sites you may enjoy. ') : t('Here are a few other sites you may enjoy.');
|
||||
|
||||
if (!recommendationsEnabled) {
|
||||
|
Loading…
Reference in New Issue
Block a user