diff options
| -rw-r--r-- | config/locales/workbenches.en.yml | 4 | ||||
| -rw-r--r-- | config/locales/workbenches.fr.yml | 2 | 
2 files changed, 3 insertions, 3 deletions
| diff --git a/config/locales/workbenches.en.yml b/config/locales/workbenches.en.yml index b11f35049..876f18766 100644 --- a/config/locales/workbenches.en.yml +++ b/config/locales/workbenches.en.yml @@ -1,7 +1,7 @@  en:    workbenches:      show: -      title: "%{name}" +      title: "Transport offer %{name}"      edit:        title: "Configure the workbench"      update: @@ -21,7 +21,7 @@ en:          see: "See the list"          no_content: "No content yet."      actions: -      show_output: "Merge offer" +      show_output: "Merge Transport Offer"        affect_ccset: "Configure"    activerecord:      models: diff --git a/config/locales/workbenches.fr.yml b/config/locales/workbenches.fr.yml index d7e3327ac..f857bfcd1 100644 --- a/config/locales/workbenches.fr.yml +++ b/config/locales/workbenches.fr.yml @@ -1,7 +1,7 @@  fr:    workbenches:      show: -      title: "%{name}" +      title: "Offre de transport %{name}"      edit:        title: "Configurer l'espace de travail"      update: | 
