Issue #5662: Fix text on change button
This commit is contained in:
parent
9dbf6b82a8
commit
e2866a12ea
1 changed files with 3 additions and 3 deletions
|
|
@ -31,16 +31,16 @@
|
||||||
= t('.strip_exif')
|
= t('.strip_exif')
|
||||||
|
|
||||||
.small-horizontal-spacer
|
.small-horizontal-spacer
|
||||||
= f.submit t('.change'), :class => 'btn'
|
= f.submit t('users.edit.change'), :class => 'btn'
|
||||||
|
|
||||||
%hr
|
%hr
|
||||||
|
|
||||||
.row-fluid
|
.row-fluid
|
||||||
.span3
|
.span3
|
||||||
.span5
|
.span5
|
||||||
%h3
|
%h3
|
||||||
= t('.ignored_users')
|
= t('.ignored_users')
|
||||||
|
|
||||||
- if @blocks.length.zero?
|
- if @blocks.length.zero?
|
||||||
= t('.no_user_ignored_message')
|
= t('.no_user_ignored_message')
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue