diff options
| author | jpl | 2017-03-21 10:57:18 +0100 |
|---|---|---|
| committer | jpl | 2017-03-21 10:57:18 +0100 |
| commit | e4401a05faa153f202b407718757316ae23c397b (patch) | |
| tree | 72ad6179cbb9f1f65f48489b99d04821e263f5b1 /app/views/routes | |
| parent | 3ea76b87bc7fb31db9adb9b26177020a51c0e616 (diff) | |
| download | chouette-core-e4401a05faa153f202b407718757316ae23c397b.tar.bz2 | |
Refs #2747: adding user sync time on profile panel
Diffstat (limited to 'app/views/routes')
| -rw-r--r-- | app/views/routes/_form.html.slim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/routes/_form.html.slim b/app/views/routes/_form.html.slim index 64c4f5730..2603f64cb 100644 --- a/app/views/routes/_form.html.slim +++ b/app/views/routes/_form.html.slim @@ -17,7 +17,7 @@ .col-lg-12 #stop_points - = f.button :submit, class: 'btn btn-default formSubmitr', form: 'route_form' + = f.button :submit, t('actions.submit'), class: 'btn btn-default formSubmitr', form: 'route_form' // Get JSON data for route stop points |
