diff options
Diffstat (limited to 'templates/user/auth/change_passwd_inner.tmpl')
-rw-r--r-- | templates/user/auth/change_passwd_inner.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/auth/change_passwd_inner.tmpl b/templates/user/auth/change_passwd_inner.tmpl index 40281f8578..317a031f6b 100644 --- a/templates/user/auth/change_passwd_inner.tmpl +++ b/templates/user/auth/change_passwd_inner.tmpl @@ -17,7 +17,7 @@ </div> <div class="inline field"> <label></label> - <button class="ui green button">{{.locale.Tr "settings.change_password"}}</button> + <button class="ui primary button">{{.locale.Tr "settings.change_password"}}</button> </div> </form> </div> |