Merge pull request #7441 from betagouv/fix-service-bandeau
Fix service name bandeau
This commit is contained in:
commit
1c2b5690ad
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ module Users
|
|||
|
||||
if procedure&.close?
|
||||
flash.alert = procedure.service.presence ?
|
||||
t('errors.messages.procedure_archived.with_service_and_phone_email', service_name: procedure.organisation, service_phone_number: procedure.service.telephone, service_email: procedure.service.email) :
|
||||
t('errors.messages.procedure_archived.with_service_and_phone_email', service_name: procedure.service.nom, service_phone_number: procedure.service.telephone, service_email: procedure.service.email) :
|
||||
t('errors.messages.procedure_archived.with_organisation_only', organisation_name: procedure.organisation)
|
||||
else
|
||||
flash.alert = t('errors.messages.procedure_not_found')
|
||||
|
|
Loading…
Reference in a new issue