Skip to content

Commit 6853bf3

Browse files
authored
fix #1521 (#1621)
1 parent e3c2963 commit 6853bf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/user/settings/email.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
{{$.CsrfTokenHtml}}
2626
<input name="_method" type="hidden" value="PRIMARY">
2727
<input name="id" type="hidden" value="{{.ID}}">
28-
<button class="ui green tiny button">{{$.i18n.Tr "settings.primary_email"}}</button>
28+
<button class="ui blue tiny button">{{$.i18n.Tr "settings.primary_email"}}</button>
2929
</form>
3030
</div>
3131
{{end}}

0 commit comments

Comments
 (0)