From 4a17805d8132e7717730fca4d8d8c937f7618d7c Mon Sep 17 00:00:00 2001 From: Stefan Sundin Date: Wed, 28 Apr 2021 21:22:21 -0700 Subject: [PATCH] Change minlength to 5 characters to allow "file://*". --- keepassxc-browser/_locales/en/messages.json | 2 +- keepassxc-browser/options/options.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 @@
- +