diff options
| -rw-r--r-- | app/views/shared/_ie_report_line.html.erb | 2 | ||||
| -rw-r--r-- | config/locales/ie_report.en.yml | 2 | ||||
| -rw-r--r-- | config/locales/ie_report.fr.yml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/app/views/shared/_ie_report_line.html.erb b/app/views/shared/_ie_report_line.html.erb index bc978f826..9f320af6c 100644 --- a/app/views/shared/_ie_report_line.html.erb +++ b/app/views/shared/_ie_report_line.html.erb @@ -7,7 +7,7 @@ <table class="table table-hover table-striped data-table"> <thead> <tr> - <th class="save"><%= t(".table.line.save") %></th> + <th class="state"><%= t(".table.line.state") %></th> <th class="lines"><%= t(".table.line.lines") %></th> <th class="routes"><%= t(".table.line.routes") %></th> <th class="connection_links"><%= t(".table.line.connection_links") %></th> diff --git a/config/locales/ie_report.en.yml b/config/locales/ie_report.en.yml index a66209820..52e67a175 100644 --- a/config/locales/ie_report.en.yml +++ b/config/locales/ie_report.en.yml @@ -11,7 +11,7 @@ en: unsaved_lines: 'Unsaved lines' table: line: - save: "Save" + state: "State" routes: "Routes" lines: "Lines" connection_links: "Connection links" diff --git a/config/locales/ie_report.fr.yml b/config/locales/ie_report.fr.yml index 20ebae722..94a8de51b 100644 --- a/config/locales/ie_report.fr.yml +++ b/config/locales/ie_report.fr.yml @@ -11,7 +11,7 @@ fr: unsaved_lines: 'Lignes non-sauvegardés' table: line: - save: "Sauvegarde" + state: "Etat" routes: "Séquences d'arrêts" lines: "Lignes" connection_links: "Correspondances" |
