diff options
author | zeripath <art27@cantab.net> | 2021-05-31 11:46:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-31 11:46:20 +0100 |
commit | 7a484c0788f14412bd0531fdd021b4b292145bc5 (patch) | |
tree | 5231a76aa6a9e6eddb5a420a999fde31631a07e5 /options/locale/locale_en-US.ini | |
parent | cb940c4312981893fdb54cbd0e07520546776b34 (diff) | |
download | gitea-7a484c0788f14412bd0531fdd021b4b292145bc5.tar.gz gitea-7a484c0788f14412bd0531fdd021b4b292145bc5.zip |
Hide mirror passwords on repo settings page (#16022)
This PR simply hides mirror passwords from being displayed on the repo settings page.
Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'options/locale/locale_en-US.ini')
-rw-r--r-- | options/locale/locale_en-US.ini | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 1d39f99425..4df9965bcb 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -732,6 +732,9 @@ mirror_lfs_desc = Activate mirroring of LFS data. mirror_lfs_endpoint = LFS Endpoint mirror_lfs_endpoint_desc = Sync will attempt to use the clone url to <a target="_blank" rel="noopener noreferrer" href="%s">determine the LFS server</a>. You can also specify a custom endpoint if the repository LFS data is stored somewhere else. mirror_last_synced = Last Synchronized +mirror_password_placeholder = (Unchanged) +mirror_password_blank_placeholder = (Unset) +mirror_password_help = Change the username to erase a stored password. watchers = Watchers stargazers = Stargazers forks = Forks @@ -1316,7 +1319,7 @@ pulls.manually_merged_as = The pull request has been manually merged as <a rel=" pulls.is_closed = The pull request has been closed. pulls.has_merged = The pull request has been merged. pulls.title_wip_desc = `<a href="#">Start the title with <strong>%s</strong></a> to prevent the pull request from being merged accidentally.` -pulls.cannot_merge_work_in_progress = This pull request is marked as a work in progress. +pulls.cannot_merge_work_in_progress = This pull request is marked as a work in progress. pulls.still_in_progress = Still in progress? pulls.add_prefix = Add <strong>%s</strong> prefix pulls.remove_prefix = Remove <strong>%s</strong> prefix |