diff options
| author | Zog | 2018-05-09 10:19:33 +0200 | 
|---|---|---|
| committer | Zog | 2018-05-09 10:19:33 +0200 | 
| commit | 64933b6903583b585f7de5bc391a9ab2ade1c6a7 (patch) | |
| tree | 844875f2cc8f62f9561e2b9b840dee2c6d2128d4 /config | |
| parent | 9434284e4f12b4b576762dabbd2b0a308e28bc61 (diff) | |
| download | chouette-core-64933b6903583b585f7de5bc391a9ab2ade1c6a7.tar.bz2 | |
Refs #6961; Update Workbench#edit
- Update the form
- Use policies and update the seeds accordingly
- Add a link in the navbar(s)
Diffstat (limited to 'config')
| -rw-r--r-- | config/locales/workbenches.en.yml | 2 | ||||
| -rw-r--r-- | config/locales/workbenches.fr.yml | 1 | 
2 files changed, 2 insertions, 1 deletions
| diff --git a/config/locales/workbenches.en.yml b/config/locales/workbenches.en.yml index 876f18766..99df24397 100644 --- a/config/locales/workbenches.en.yml +++ b/config/locales/workbenches.en.yml @@ -4,6 +4,7 @@ en:        title: "Transport offer %{name}"      edit:        title: "Configure the workbench" +      link:  "Settings"      update:        title: "Configure the workbench"      referential_count: @@ -33,4 +34,3 @@ en:        workbench:          import_compliance_control_set_id: Space data before import          merge_compliance_control_set_id: Space data before merge - diff --git a/config/locales/workbenches.fr.yml b/config/locales/workbenches.fr.yml index 1d97ab623..e7e836169 100644 --- a/config/locales/workbenches.fr.yml +++ b/config/locales/workbenches.fr.yml @@ -4,6 +4,7 @@ fr:        title: "Offre de transport %{name}"      edit:        title: "Configurer l'espace de travail" +      link:  "Paramétrages"      update:        title: "Configurer l'espace de travail"      referential_count: | 
