diff --git a/keepassxc-browser/_locales/en/messages.json b/keepassxc-browser/_locales/en/messages.json
index 15f1ffc..c0aaca0 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://, 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 10 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 fa49abf..f267c59 100644
--- a/keepassxc-browser/options/options.html
+++ b/keepassxc-browser/options/options.html
@@ -541,7 +541,7 @@