diff options
| author | jpl | 2017-03-27 14:00:10 +0200 |
|---|---|---|
| committer | jpl | 2017-03-27 14:00:10 +0200 |
| commit | 82bd86a71ef62a137fa461ab5c932d7c72d781ac (patch) | |
| tree | c564da2f8767b472d1a14e81e43526e57d3e95a9 | |
| parent | b23d05eeaca3cf9563e505c8f4fbf657fdcb5299 (diff) | |
| download | chouette-core-82bd86a71ef62a137fa461ab5c932d7c72d781ac.tar.bz2 | |
Refs #2968: fixing submit label on footnotes form
| -rw-r--r-- | app/views/line_footnotes/edit.html.slim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/line_footnotes/edit.html.slim b/app/views/line_footnotes/edit.html.slim index f368ea918..fcd7a47e0 100644 --- a/app/views/line_footnotes/edit.html.slim +++ b/app/views/line_footnotes/edit.html.slim @@ -19,4 +19,4 @@ .links.nested-linker = link_to_add_association t('footnotes.actions.add_footnote'), form, :footnotes, class: 'btn btn-outline-primary' - = form.button :submit, class: 'btn btn-default formSubmitr', form: 'notes_form' + = form.button :submit, t('actions.submit'), class: 'btn btn-default formSubmitr', form: 'notes_form' |
