diff options
author | Mura Li <typeless@users.noreply.github.com> | 2019-09-03 06:29:04 +0800 |
---|---|---|
committer | techknowlogick <techknowlogick@gitea.io> | 2019-09-02 18:29:04 -0400 |
commit | 032c90e7c5ff9daa052b890cf52c61cd57c98c5c (patch) | |
tree | 6cc9a5e3a44479762126a1adda08b484cabd310f /templates | |
parent | 577b1cb29b652fe8592886c46d7f39e5ed7f07cb (diff) | |
download | gitea-032c90e7c5ff9daa052b890cf52c61cd57c98c5c.tar.gz gitea-032c90e7c5ff9daa052b890cf52c61cd57c98c5c.zip |
Add tooltip for the visibility checkbox in /repo/create (#8025)
* Add tooltip for the visibility checkbox in /repo/create
* Change the tooltip wording
* Update options/locale/locale_en-US.ini
Co-Authored-By: Lauris BH <lauris@nix.lv>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/repo/create.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/create.tmpl b/templates/repo/create.tmpl index 53a97f559d..46289719e8 100644 --- a/templates/repo/create.tmpl +++ b/templates/repo/create.tmpl @@ -38,7 +38,7 @@ <input id="repo_name" name="repo_name" value="{{.repo_name}}" autofocus required> <span class="help">{{.i18n.Tr "repo.repo_name_helper"}}</span> </div> - <div class="inline field"> + <div class="inline field" data-tooltip={{.i18n.Tr "repo.visibility.tooltip"}}> <label>{{.i18n.Tr "repo.visibility"}}</label> <div class="ui checkbox"> {{if .IsForcedPrivate}} |