diff --git a/keepassxc-browser/_locales/en/messages.json b/keepassxc-browser/_locales/en/messages.json
index c0aaca0..8b839b0 100644
--- a/keepassxc-browser/_locales/en/messages.json
+++ b/keepassxc-browser/_locales/en/messages.json
@@ -992,7 +992,7 @@
"description": "Label for adding site manually on Site preferences tab."
},
"optionsSitePreferencesManualAddHelp": {
- "message": "The URL must start with either https://, http://, file://, or ftp:// and must be at least 10 characters long.",
+ "message": "The URL must start with either https://, http://, file://, or ftp:// and must be at least 5 characters long.",
"description": "Help text for adding site manually on Site preferences tab."
},
"optionsSitePreferencesConfirmation": {
diff --git a/keepassxc-browser/options/options.html b/keepassxc-browser/options/options.html
index 2679351..10c5329 100644
--- a/keepassxc-browser/options/options.html
+++ b/keepassxc-browser/options/options.html
@@ -541,7 +541,7 @@