Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
Update deactivate copy (#1840)
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondjacobson committed Sep 1, 2022
1 parent 2085ffc commit b76854f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ import { AppDrawer, useDrawerState } from '../drawer'

const MODAL_NAME = 'DeactivateAccountConfirmation'
const messages = {
confirmTitle: 'Deactivate Account',
areYouSureText: 'Are you sure you want to deactivate your account?',
confirmTitle: 'Delete Account',
areYouSureText: 'Are you sure you want to delete your account?',
doubleCheckText:
'There is no going back. This will remove all of your tracks, albums, and playlists. You will not be able to re-register with the same email or handle',
confirmText: 'Deactivate',
confirmText: 'Delete',
cancelText: 'Take me back to safety'
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,9 @@ const messages = {
passwordTitle: 'Change Password',
passwordDescription: 'Change your password',
passwordButtonTitle: 'Change',
deactivateAccountTitle: 'Deactivate Account',
deactivateAccountDescription:
'Deactivate your account. This cannot be undone',
deactivateAccountButtonTitle: 'Deactivate',
deactivateAccountTitle: 'Delete Account',
deactivateAccountDescription: 'Delete your account. This cannot be undone',
deactivateAccountButtonTitle: 'Delete',
signOutTitle: 'Sign Out',
signOutDescription:
'Make sure you have your account recovery email stored somewhere safe before signing out!',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ import { getDeactivateAccountStatus } from './store/selectors'
import { deactivateAccount } from './store/slice'

export const messages = {
title: 'Deactivate',
description: 'Deactivate your account',
header: 'Are You Sure You Want To Deactivate Your Account?',
title: 'Delete',
description: 'Delete your account',
header: 'Are You Sure You Want To Delete Your Account?',
listItems: [
"There's no going back.",
'This will remove all of your tracks, albums and playlists.',
'You will not be able to re-register with the same email or handle'
],
confirmTitle: 'Deactivate Account',
confirmTitle: 'Delete Account',
confirm: 'Are you sure? This cannot be undone.',
buttonDeactivate: 'Deactivate',
buttonDeactivate: 'Delete',
buttonSafety: 'Take me back to safety',
buttonGoBack: 'Go Back',
errorMessage: 'Something went wrong.',
Expand Down

0 comments on commit b76854f

Please sign in to comment.