mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 11:55:03 +03:00
Portal copy refinements
refs. https://github.com/TryGhost/Team/issues/2348 - re-enable email button had outdated copy
This commit is contained in:
parent
9fd87f565d
commit
2e87ceae1f
@ -56,12 +56,6 @@ export default function EmailSuppressedPage() {
|
||||
<p>
|
||||
You're not receiving emails because you either marked a recent message as spam, or because messages could not be delivered to your provided email address.
|
||||
</p>
|
||||
{/* <button
|
||||
className="gh-portal-btn-text gh-email-faq-page-button"
|
||||
onClick={() => onAction('switchPage', {page: 'emailSuppressionFAQ', lastPage: 'emailSuppressed'})}
|
||||
>
|
||||
Learn more about why this happens
|
||||
</button> */}
|
||||
</div>
|
||||
|
||||
<ActionButton
|
||||
@ -69,7 +63,7 @@ export default function EmailSuppressedPage() {
|
||||
onClick={handleSubmit}
|
||||
disabled={isRunning}
|
||||
brandColor={brandColor}
|
||||
label="Resubscribe your email"
|
||||
label="Re-enable emails"
|
||||
isRunning={isRunning}
|
||||
/>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user