Add validation to "add user" dialog, closes #1566

This commit is contained in:
binwiederhier
2026-02-01 12:33:19 -05:00
parent 4546eb02a1
commit 63e9b8425f
3 changed files with 15 additions and 3 deletions

View File

@@ -357,6 +357,8 @@
"prefs_users_dialog_title_add": "Add user",
"prefs_users_dialog_title_edit": "Edit user",
"prefs_users_dialog_base_url_label": "Service URL, e.g. https://ntfy.sh",
"prefs_users_dialog_base_url_invalid": "Invalid URL format. Must start with http:// or https://",
"prefs_users_dialog_base_url_exists": "A user for this service URL already exists",
"prefs_users_dialog_username_label": "Username, e.g. phil",
"prefs_users_dialog_password_label": "Password",
"prefs_appearance_title": "Appearance",