diff options
author | zeripath <art27@cantab.net> | 2019-08-16 22:56:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-16 22:56:57 +0100 |
commit | bee1227b2f64d33ecbb0c5972ffc1b7d9689f95f (patch) | |
tree | 557dd7a1e9bcac37b9c6e2e36ccc2a298076df1d /options/locale/locale_en-US.ini | |
parent | 867f46f78e5777d7bafe83cda3244c1001ce3e60 (diff) | |
download | gitea-bee1227b2f64d33ecbb0c5972ffc1b7d9689f95f.tar.gz gitea-bee1227b2f64d33ecbb0c5972ffc1b7d9689f95f.zip |
Extract the username and password from the mirror url (#7651)
* Explode out mirror username and password
* Update models/repo_mirror.go
* Just roundtrip the password
* remove unused declaration
* Update templates/repo/settings/options.tmpl
Diffstat (limited to 'options/locale/locale_en-US.ini')
-rw-r--r-- | options/locale/locale_en-US.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 0df7cdf7e0..fb86d54903 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -584,7 +584,7 @@ mirror_prune_desc = Remove obsolete remote-tracking references mirror_interval = Mirror Interval (valid time units are 'h', 'm', 's'). 0 to disable automatic sync. mirror_interval_invalid = The mirror interval is not valid. mirror_address = Clone From URL -mirror_address_desc = Include any required authorization credentials in the URL. These must be url escaped as appropriate +mirror_address_desc = Put any required credentials in the Clone Authorization section. mirror_address_url_invalid = The provided url is invalid. You must escape all components of the url correctly. mirror_address_protocol_invalid = The provided url is invalid. Only http(s):// or git:// locations can be mirrored from. mirror_last_synced = Last Synchronized |