aboutsummaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
authorcedricnjanga2018-06-01 07:18:41 -0700
committercedricnjanga2018-06-01 07:18:41 -0700
commit4d47a57a5dcfbcbf69b0525fc10bf91e71b8eba4 (patch)
tree40505cb7ec9f0cd00e4f6758b2bfa580088df7cb /app/views
parent523efed5e21281cca8e25456be032f9ef820684b (diff)
downloadchouette-core-4d47a57a5dcfbcbf69b0525fc10bf91e71b8eba4.tar.bz2
Refs #6955 Small update on some decorators to fix data-confirm display bug6955-translations-fixes
Diffstat (limited to 'app/views')
-rw-r--r--app/views/line_footnotes/_footnote_fields.html.slim2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/line_footnotes/_footnote_fields.html.slim b/app/views/line_footnotes/_footnote_fields.html.slim
index acb772b00..d69b29a2b 100644
--- a/app/views/line_footnotes/_footnote_fields.html.slim
+++ b/app/views/line_footnotes/_footnote_fields.html.slim
@@ -5,6 +5,6 @@
= f.input :label, label: Chouette::Footnote.tmf(:label)
.text-right
- = link_to_remove_association f, class: 'btn btn-outline-danger', data: { confirm: t('are_you_sure') }, title: t('actions.delete') do
+ = link_to_remove_association f, class: 'btn btn-outline-danger', data: { confirm: t('footnotes.actions.destroy_confirm') }, title: t('actions.delete') do
span.fa.fa-trash
/ span = t('actions.delete')