1
0

feat: improve error message for invalid API url

Resolves https://kolaente.dev/vikunja/frontend/issues/3680
This commit is contained in:
kolaente
2023-09-04 13:36:50 +02:00
parent 44754fac0f
commit 725fd1ad46
3 changed files with 42 additions and 6 deletions

View File

@ -916,7 +916,7 @@
"urlPlaceholder": "eg. https://localhost:3456",
"change": "change",
"use": "Using Vikunja installation at {0}",
"error": "Could not find or use Vikunja installation at \"{domain}\". Please try a different url.",
"error": "Could not find or use Vikunja installation at \"{domain}\". Please check if the url has the correct format and you can reach it when accessing it directly and try again.",
"success": "Using Vikunja installation at \"{domain}\".",
"urlRequired": "A url is required."
},