mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-31 15:09:07 +01:00
Switch confirm dialog text on account settings to voc.confirm
This commit is contained in:
parent
78357faed5
commit
83edbad53b
1 changed files with 1 additions and 1 deletions
|
@ -19,6 +19,6 @@
|
|||
%hr/
|
||||
%p
|
||||
= t(".delete.heading")
|
||||
= button_to t(".delete.action"), "/settings/account", data: { confirm: t(".delete.confirm") }, method: :delete, class: "btn btn-danger btn-xs"
|
||||
= button_to t(".delete.action"), "/settings/account", data: { confirm: t("voc.confirm") }, method: :delete, class: "btn btn-danger btn-xs"
|
||||
|
||||
.visible-xs= render "shared/links"
|
||||
|
|
Loading…
Reference in a new issue