fix(routing): display Autre instead of __other__ in gis list
This commit is contained in:
parent
c85d7f8a5a
commit
cb3d971dcb
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@ class Logic::Constant < Logic::Term
|
|||
I18n.t('utils.yes')
|
||||
when FalseClass
|
||||
I18n.t('utils.no')
|
||||
when Champs::DropDownListChamp::OTHER
|
||||
'Autre'
|
||||
else
|
||||
@value.to_s
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue