diff options
| author | Luc Donnet | 2018-06-01 16:46:20 +0200 |
|---|---|---|
| committer | GitHub | 2018-06-01 16:46:20 +0200 |
| commit | 5cdd61b63b6df803c04f805b1c12daf319a7edc7 (patch) | |
| tree | 30313f5f41eaf376d1f31b8fcdbc4587a560fa82 /app/views | |
| parent | 457bc01b42751ed7708b3940431d400386a8a722 (diff) | |
| parent | 4d47a57a5dcfbcbf69b0525fc10bf91e71b8eba4 (diff) | |
| download | chouette-core-master.tar.bz2 | |
Refs #6955 Add some new translations
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/line_footnotes/_footnote_fields.html.slim | 6 |
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') |
