We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fae948f commit 0f55eb0Copy full SHA for 0f55eb0
web/src/veterans/VeteranDialog.js
@@ -227,7 +227,7 @@ class VeteranDialog extends Component {
227
result.primaryPhone = 'The Primary Phone field is required.';
228
}
229
else if (!validatePhoneNumber(primaryPhone)) {
230
- result.primaryPhone = 'Enter a valid phone number in the format (555) 555-5555.';
+ result.primaryPhone = 'Enter a valid phone number in the format \'555555555\'';
231
232
233
if ((email !== '' && email !== undefined) && !validateEmail(email)) {
0 commit comments