Skip to content

Commit

Permalink
Make data deletion text stand out when deleting account
Browse files Browse the repository at this point in the history
  • Loading branch information
candy02058912 committed Jan 15, 2025
1 parent 36dec1a commit 7b17205
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions client/me/account-close/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,11 @@ class AccountSettingsClose extends Component {
{ ( isLoading || isDeletePossible ) && (
<Fragment>
<p className="account-close__body-copy">
{ translate(
'Deleting your account will also delete all your sites and their content.'
) }
<strong>
{ translate(
'Deleting your account will also delete all your sites and their content.'
) }
</strong>
</p>
{ purchasedPremiumThemes && purchasedPremiumThemes.length > 0 && (
<Fragment>
Expand Down

0 comments on commit 7b17205

Please sign in to comment.