diff options
author | Joubert RedRat <eu+github@redrat.com.br> | 2016-12-21 10:13:17 -0200 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2016-12-21 20:13:17 +0800 |
commit | ce21ed6c3490cdfad797319cbb1145e2330a8fef (patch) | |
tree | 570c4eded0ca748c651209a0018d0ec7240d59f2 /templates | |
parent | 618407c018cdf668ceedde7454c42fb22ba422d8 (diff) | |
download | gitea-ce21ed6c3490cdfad797319cbb1145e2330a8fef.tar.gz gitea-ce21ed6c3490cdfad797319cbb1145e2330a8fef.zip |
Remove remaining Gogs reference on locales and cmd (#430)
Diffstat (limited to 'templates')
-rw-r--r-- | templates/install.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/install.tmpl b/templates/install.tmpl index d16655b343..44851c96fd 100644 --- a/templates/install.tmpl +++ b/templates/install.tmpl @@ -234,7 +234,7 @@ <div class="ui divider"></div> <div class="inline field"> <label></label> - <button class="ui primary button">{{.i18n.Tr "install.install_gogs"}}</button> + <button class="ui primary button">{{.i18n.Tr "install.install_btn_confirm"}}</button> </div> </form> </div> |