0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Updated heading copy

refs https://github.com/TryGhost/Product/issues/3771
This commit is contained in:
Djordje Vlaisavljevic 2023-09-05 11:38:11 +01:00
parent ff1b256ff5
commit 8efeb20ae8

View file

@ -15,6 +15,7 @@ export const RecommendationsPageStyles = `
.gh-portal-recommendation-item-favicon {
width: 20px;
height: 20px;
border-radius: 3px;
}
.gh-portal-recommendations-header {
@ -95,7 +96,8 @@ const RecommendationsPage = () => {
<div className='gh-portal-content with-footer'>
<div className="gh-portal-recommendations-header">
{icon && <img className="gh-portal-signup-logo" alt={title} src={icon} />}
<h1 className="gh-portal-main-title">{t('Recommendations')}</h1>
{/* TODO: Make heading dynamic so it's "Youre subscribed!" when it's during the signup flow, and "Recommendations" when triggered elsewhere */}
<h1 className="gh-portal-main-title">{t('Youre subscribed!')}</h1>
</div>
<p className="gh-portal-recommendations-description">{t(`Here are a few other sites ${title} thinks you may enjoy.`)}</p>