diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/breadcrumbs.rb | 4 | ||||
| -rw-r--r-- | config/locales/compliance_control_blocks.en.yml | 2 | ||||
| -rw-r--r-- | config/locales/compliance_control_blocks.fr.yml | 2 | 
3 files changed, 4 insertions, 4 deletions
| diff --git a/config/breadcrumbs.rb b/config/breadcrumbs.rb index 970f933f0..eb285b731 100644 --- a/config/breadcrumbs.rb +++ b/config/breadcrumbs.rb @@ -82,8 +82,8 @@ crumb :import do |workbench, import|  end  crumb :import_resources do |import, import_resources| -  link I18n.t('import_resources.index.title'), workbench_import_import_resources_path(import.workbench, import) -  parent :import, import.workbench, import +  link I18n.t('import_resources.index.title'), workbench_import_import_resources_path(import.workbench, import.parent) +  parent :import, import.workbench, import.parent  end  crumb :organisation do |organisation| diff --git a/config/locales/compliance_control_blocks.en.yml b/config/locales/compliance_control_blocks.en.yml index 150157ff3..b9c01278c 100644 --- a/config/locales/compliance_control_blocks.en.yml +++ b/config/locales/compliance_control_blocks.en.yml @@ -17,7 +17,7 @@ fr:      new:        title: Create a control block      edit: -      title: "Edit the control block : %{compliance_control_block}" +      title: "Edit the control block : %{name}"      metas:        control:          zero: "No controls" diff --git a/config/locales/compliance_control_blocks.fr.yml b/config/locales/compliance_control_blocks.fr.yml index 1222b5c1a..a6720881f 100644 --- a/config/locales/compliance_control_blocks.fr.yml +++ b/config/locales/compliance_control_blocks.fr.yml @@ -17,7 +17,7 @@ fr:      new:        title: Créer un groupe de contrôle(s)      edit: -      title: "Editer le groupe de contrôle : %{compliance_control_block}" +      title: "Editer le groupe de contrôle : %{name}"      metas:        control:          zero: "Aucun contrôle" | 
