diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/locales/exports.en.yml | 4 | ||||
| -rw-r--r-- | config/locales/exports.fr.yml | 4 | 
2 files changed, 4 insertions, 4 deletions
| diff --git a/config/locales/exports.en.yml b/config/locales/exports.en.yml index c6eb074b4..bc5d7b696 100644 --- a/config/locales/exports.en.yml +++ b/config/locales/exports.en.yml @@ -97,8 +97,8 @@ en:            <<: *attrs            duration: Duration (in days)            line_code: Line -          export_subtype: Export subtype -          export_subtype_collection: +          export_type: Export subtype +          export_type_collection:              line: By line              full: Full          workgroup: diff --git a/config/locales/exports.fr.yml b/config/locales/exports.fr.yml index ce31e611f..ca685a92d 100644 --- a/config/locales/exports.fr.yml +++ b/config/locales/exports.fr.yml @@ -97,8 +97,8 @@ fr:            <<: *attrs            duration: Durée (en jours)            line_code: Ligne -          export_subtype: Sous-type d'export -          export_subtype_collection: +          export_type: Sous-type d'export +          export_type_collection:              line: Par ligne              full: Complet          workgroup: | 
