Selaa lähdekoodia

Fix typo.

Thanks to xet7 !
Lauri Ojansivu 3 vuotta sitten
vanhempi
sitoutus
cb9b8d4f2b
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      client/components/settings/peopleBody.jade

+ 1 - 1
client/components/settings/peopleBody.jade

@@ -127,7 +127,7 @@ template(name="peopleGeneral")
         +peopleRow(userId=user._id)
 
 template(name="selectAllUser")
-  {{_ 'dueCardsViewChange-choice-all'}}
+  | {{_ 'dueCardsViewChange-choice-all'}}
   input.allUserChkBox(type="checkbox", id="chkSelectAll")
 
 template(name="newOrgRow")