Fix apostrophes ‘ -> ’
This commit is contained in:
parent
6fbf689f20
commit
bd7bb2d0d2
7 changed files with 12 additions and 12 deletions
|
@ -2,4 +2,4 @@
|
|||
%tbody
|
||||
%tr
|
||||
%th.libelle Email :
|
||||
%td= user_deleted ? "#{email} (l‘usager a supprimé son compte)" : email
|
||||
%td= user_deleted ? "#{email} (l’usager a supprimé son compte)" : email
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue