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 | |
parent | dc89c51f3efec39e120dd5b3878a8a9c922721ef (diff) | |
download | gitea-632c27802c13f95ba95ba48eb6056d5af760183e.tar.gz gitea-632c27802c13f95ba95ba48eb6056d5af760183e.zip |
Minor fix for #2624
Diffstat (limited to 'templates')
-rw-r--r-- | templates/.VERSION | 2 | ||||
-rw-r--r-- | templates/repo/settings/options.tmpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/.VERSION b/templates/.VERSION index e0b14a90f2..a9a29980f1 100644 --- a/templates/.VERSION +++ b/templates/.VERSION @@ -1 +1 @@ -0.8.36.0214
\ No newline at end of file +0.8.37.0215
\ No newline at end of file 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> |