aboutsummaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
authorLuc Donnet2018-06-01 16:46:20 +0200
committerGitHub2018-06-01 16:46:20 +0200
commit5cdd61b63b6df803c04f805b1c12daf319a7edc7 (patch)
tree30313f5f41eaf376d1f31b8fcdbc4587a560fa82 /app/views
parent457bc01b42751ed7708b3940431d400386a8a722 (diff)
parent4d47a57a5dcfbcbf69b0525fc10bf91e71b8eba4 (diff)
downloadchouette-core-master.tar.bz2
Merge pull request #607 from af83/6955-translations-fixesHEADmaster
Refs #6955 Add some new translations
Diffstat (limited to 'app/views')
-rw-r--r--app/views/line_footnotes/_footnote_fields.html.slim6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/line_footnotes/_footnote_fields.html.slim b/app/views/line_footnotes/_footnote_fields.html.slim
index 28fcde5ab..d69b29a2b 100644
--- a/app/views/line_footnotes/_footnote_fields.html.slim
+++ b/app/views/line_footnotes/_footnote_fields.html.slim
@@ -1,10 +1,10 @@
.nested-fields.col-lg-4.col-md-4.col-sm-6.col-xs-12
.panel.panel-default
.panel-body
- = f.input :code, label: 'Titre'
- = f.input :label, label: 'Texte'
+ = f.input :code, label: Chouette::Footnote.tmf(:code)
+ = f.input :label, label: Chouette::Footnote.tmf(:label)
.text-right
- = link_to_remove_association f, class: 'btn btn-outline-danger', data: { confirm: 'Etes-vous sûr(e) ?' }, 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')