Fix apostrophes ‘ -> ’

This commit is contained in:
Paul Chavard 2021-05-26 15:09:23 +02:00
parent 6fbf689f20
commit bd7bb2d0d2
7 changed files with 12 additions and 12 deletions

View file

@ -2,4 +2,4 @@
%tbody
%tr
%th.libelle Email :
%td= user_deleted ? "#{email} (lusager a supprimé son compte)" : email
%td= user_deleted ? "#{email} (lusager a supprimé son compte)" : email