Skip to content

Commit

Permalink
Let user's know that "Submit Feedback" can be used for email change (#…
Browse files Browse the repository at this point in the history
…3174)

Co-authored-by: miko <[email protected]>
  • Loading branch information
keikari and miko authored Nov 13, 2024
1 parent 01aada7 commit a6b851c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
1 change: 1 addition & 0 deletions static/app-strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2955,6 +2955,7 @@
"Are you a supermodel or rockstar that received a custom Credits code? Claim it here.": "Are you a supermodel or rockstar that received a custom Credits code? Claim it here.",
"Default action when clicking a playlist.": "Default action when clicking a playlist.",
"Default playlist action": "Default playlist action",
"Optionally the email change can be requested using \"Submit Feedback\" button below.": "Optionally the email change can be requested using \"Submit Feedback\" button below.",

"--end--": "--end--"
}
13 changes: 9 additions & 4 deletions ui/page/help/view.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,15 @@ export default function HelpPage(props: Props) {
<Card
title={__('Email change')}
subtitle={
<I18nMessage tokens={{ channel: <strong>#support</strong>, help_email: SITE_HELP_EMAIL }}>
Email address changes are processed manually on request via email. Email must come from the original email
being changed, or we'll need to verify ownership another way.
</I18nMessage>
<>
<I18nMessage tokens={{ channel: <strong>#support</strong>, help_email: SITE_HELP_EMAIL }}>
Email address changes are processed manually on request via email. Email must come from the original email
being changed, or we'll need to verify ownership another way.
</I18nMessage>{' '}
<I18nMessage>
Optionally the email change can be requested using "Submit Feedback" button below.
</I18nMessage>
</>
}
actions={
<Button button="secondary" label={__('Email Us')} icon={ICONS.WEB} href={`mailto:${SITE_HELP_EMAIL}`} />
Expand Down

0 comments on commit a6b851c

Please sign in to comment.