Use masculine ordinal indicator instead of the degree sign
It’s the right way to contract “numéro” We should use the superscript lowercase o but it’s hard to do in places where only raw text is available
This commit is contained in:
parent
42866fdcde
commit
ba4ee68019
23 changed files with 28 additions and 28 deletions
|
@ -34,7 +34,7 @@ class NotificationService
|
|||
when 'champs'
|
||||
attribut
|
||||
when 'submitted'
|
||||
"Le dossier n°#{@dossier_id} a été déposé."
|
||||
"Le dossier nº#{@dossier_id} a été déposé."
|
||||
else
|
||||
'Notification par défaut'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue