0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00

Fixed showing explainer text for free membership welcome page input field

refs https://github.com/TryGhost/Team/issues/1168
This commit is contained in:
Djordje Vlaisavljevic 2022-02-08 09:39:39 +01:00
parent d67cffa76b
commit 088c1af098

View file

@ -124,9 +124,7 @@
@validateUrl={{this.validateWelcomePageURL}}
@placeholder={{readonly this.siteUrl}}
/>
{{#if this.isFreeProduct}}
<p>Redirect to this URL after signup for a free membership</p>
{{/if}}
<p>Redirect to this URL after signup for a free membership</p>
</GhFormGroup>
{{/if}}
</div>