Skip to content

Commit

Permalink
fix: Updated copy change on Name Change modal
Browse files Browse the repository at this point in the history
  • Loading branch information
rijuma committed Aug 21, 2024
1 parent c5c05c8 commit f1d3c88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/account-settings/AccountSettingsPage.messages.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ const messages = defineMessages({
},
'account.settings.field.name.verified.verification.alert': {
id: 'account.settings.field.name.verified.verification.help',
defaultMessage: 'Enter your name as it appears on your unexpired student, work, or government-issued identification card.',
defaultMessage: 'Enter your name as it appears on your identification card.',
description: 'Form label instructing the user to enter the name on their ID.',
},
'account.settings.field.full.name.help.text.submitted': {
Expand Down
2 changes: 1 addition & 1 deletion src/account-settings/name-change/messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const messages = defineMessages({
},
'account.settings.name.change.id.name.label': {
id: 'account.settings.name.change.id.name.label',
defaultMessage: 'Enter your name as it appears on your unexpired student, work, or government-issued identification card.',
defaultMessage: 'Enter your name as it appears on your identification card.',
description: 'Form label instructing the user to enter the name on their ID.',
},
'account.settings.name.change.id.name.placeholder': {
Expand Down

0 comments on commit f1d3c88

Please sign in to comment.