diff options
author | Unknwon <u@gogs.io> | 2016-02-15 14:57:15 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-02-15 14:57:15 -0500 |
commit | 632c27802c13f95ba95ba48eb6056d5af760183e (patch) | |
tree | 801cef7f5684b97d4da650feb0f5faf033e3888e /templates/repo/settings | |
parent | dc89c51f3efec39e120dd5b3878a8a9c922721ef (diff) | |
download | gitea-632c27802c13f95ba95ba48eb6056d5af760183e.tar.gz gitea-632c27802c13f95ba95ba48eb6056d5af760183e.zip |
Minor fix for #2624
Diffstat (limited to 'templates/repo/settings')
-rw-r--r-- | templates/repo/settings/options.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/settings/options.tmpl b/templates/repo/settings/options.tmpl index 4bc422c340..985779fae3 100644 --- a/templates/repo/settings/options.tmpl +++ b/templates/repo/settings/options.tmpl @@ -203,7 +203,7 @@ <div class="text right actions"> <div class="ui cancel button">{{.i18n.Tr "settings.cancel"}}</div> - <button class="ui red button">{{.i18n.Tr "repo.settings.confirm_convert"}}</button> + <button class="ui red button">{{.i18n.Tr "repo.settings.convert_confirm"}}</button> </div> </form> </div> |