diff options
| author | Luc Donnet | 2018-05-17 17:05:14 +0200 |
|---|---|---|
| committer | Luc Donnet | 2018-05-17 17:05:14 +0200 |
| commit | d909fe7f85679e10feb4e26a6adc75826cb61664 (patch) | |
| tree | 35a7cb7b8b5503dcaa99ab2f336f98ae66355dbe /config | |
| parent | 571efb2ee2b76ec4a752e1468526340beea41135 (diff) | |
| download | chouette-core-d909fe7f85679e10feb4e26a6adc75826cb61664.tar.bz2 | |
Fix breadcrumb on workgroup edit
Diffstat (limited to 'config')
| -rw-r--r-- | config/breadcrumbs.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/breadcrumbs.rb b/config/breadcrumbs.rb index 97bbcefc5..cfe9b7543 100644 --- a/config/breadcrumbs.rb +++ b/config/breadcrumbs.rb @@ -283,7 +283,7 @@ crumb :vehicle_journeys do |referential, route| end crumb :workgroup do |w| - link I18n.t('layouts.navbar.workbench_outputs.edit_workgroup') + link I18n.t('workgroups.edit.title') end # crumb :compliance_controls do|compliance_control_sets| |
