fix typo
This commit is contained in:
parent
d91128274b
commit
c06d83c249
1 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ block content
|
|||
th= lang('WISHLIST_MOVE_DOWN')
|
||||
else
|
||||
th= lang('WISHLIST_PLEDGE')
|
||||
th= lang('WIDHLIST_DELETE')
|
||||
th= lang('WISHLIST_DELETE')
|
||||
tbody
|
||||
each item, index in wishlist
|
||||
if req.user._id === item.addedBy || req.params.user !== req.user._id
|
||||
|
|
Loading…
Reference in a new issue