Merge pull request #2527 from lprelle/close_account_translation
added translation for close account button
This commit is contained in:
commit
139e2af6c8
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@
|
||||||
.span-5.last
|
.span-5.last
|
||||||
%h3
|
%h3
|
||||||
= t('.close_account_text')
|
= t('.close_account_text')
|
||||||
=link_to 'Close Account', '#close_account_pane', :rel => 'facebox', :class => "button"
|
=link_to t('.close_account_text'), '#close_account_pane', :rel => 'facebox', :class => "button"
|
||||||
|
|
||||||
.hidden#close_account_pane{:rel => 'facebox'}
|
.hidden#close_account_pane{:rel => 'facebox'}
|
||||||
#inner_account_delete
|
#inner_account_delete
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue