Browse Source

Fix typo.

Thanks to xet7 !
Lauri Ojansivu 3 years ago
parent
commit
cb9b8d4f2b
1 changed files with 1 additions and 1 deletions
  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")