1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

Rephrase error messages

This commit is contained in:
AWolf81
2019-10-25 19:10:22 +02:00
committed by Junyoung Choi
parent 5280b6ed63
commit 1d84cac922

View File

@@ -15,8 +15,8 @@ function validateUrl (str) {
}
const ERROR_MESSAGES = {
ENOTFOUND: 'URL not found. Please check the URL, your internet connection and try again.',
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',
UNEXPECTED: 'Unexpected error! Please check console for details!'
}