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 5280b6e commit 1d84cacCopy full SHA for 1d84cac
browser/main/lib/dataApi/createNoteFromUrl.js
@@ -15,8 +15,8 @@ function validateUrl (str) {
15
}
16
17
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)',
+ ENOTFOUND: 'URL not found. Please check the URL, or your internet connection and try again.',
+ VALIDATION_ERROR: 'Please check if the URL follows this format: https://www.google.com',
20
UNEXPECTED: 'Unexpected error! Please check console for details!'
21
22
0 commit comments