fix missing state translation
This commit is contained in:
parent
c639268e74
commit
c5f6c9ae1e
2 changed files with 7 additions and 1 deletions
|
@ -817,7 +817,7 @@ class Dossier < ApplicationRecord
|
|||
|
||||
columns += [
|
||||
['Archivé', :archived],
|
||||
['État du dossier', I18n.t(state, scope: [:activerecord, :attributes, :dossier, :state])],
|
||||
['État du dossier', Dossier.human_attribute_name("state.#{state}")],
|
||||
['Dernière mise à jour le', :updated_at],
|
||||
['Déposé le', :en_construction_at],
|
||||
['Passé en instruction le', :en_instruction_at],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue