Skip to content

Commit 1d84cac

Browse files
AWolf81Rokt33r
authored andcommitted
Rephrase error messages
1 parent 5280b6e commit 1d84cac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

browser/main/lib/dataApi/createNoteFromUrl.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ function validateUrl (str) {
1515
}
1616

1717
const ERROR_MESSAGES = {
18-
ENOTFOUND: 'URL not found. Please check the URL, your internet connection and try again.',
19-
VALIDATION_ERROR: 'Please check your URL is in correct format. (Example, https://www.google.com)',
18+
ENOTFOUND: 'URL not found. Please check the URL, or your internet connection and try again.',
19+
VALIDATION_ERROR: 'Please check if the URL follows this format: https://www.google.com',
2020
UNEXPECTED: 'Unexpected error! Please check console for details!'
2121
}
2222

0 commit comments

Comments
 (0)