aboutsummaryrefslogtreecommitdiffstats
path: root/options
diff options
context:
space:
mode:
authorGusted <williamzijl7@hotmail.com>2022-06-12 07:43:27 +0200
committerGitHub <noreply@github.com>2022-06-12 13:43:27 +0800
commitedf14202fea349500d69ed2a360a53cc0d1f80e3 (patch)
tree2702b4bd827d1c7c5a8384115ec28e73128fa88a /options
parent3898fc5bdafa33432d8ee9841e09b5c8b372df12 (diff)
downloadgitea-edf14202fea349500d69ed2a360a53cc0d1f80e3.tar.gz
gitea-edf14202fea349500d69ed2a360a53cc0d1f80e3.zip
Unify repo settings & show better error (#19828)
* Unify context data * Actually show invalid url in error
Diffstat (limited to 'options')
-rw-r--r--options/locale/locale_en-US.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini
index b1c3247315..f1c164660d 100644
--- a/options/locale/locale_en-US.ini
+++ b/options/locale/locale_en-US.ini
@@ -443,7 +443,7 @@ size_error = ` must be size %s.`
min_size_error = ` must contain at least %s characters.`
max_size_error = ` must contain at most %s characters.`
email_error = ` is not a valid email address.`
-url_error = ` is not a valid URL.`
+url_error = `'%s' is not a valid URL.`
include_error = ` must contain substring '%s'.`
glob_pattern_error = ` glob pattern is invalid: %s.`
regex_pattern_error = ` regex pattern is invalid: %s.`