This commit is contained in:
Romain Boulanger 2021-12-04 01:08:31 +01:00 committed by GitHub
parent d91128274b
commit c06d83c249
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
@ -238,4 +238,4 @@ block print
if _CC.config.wishlist.note.markdown
span.is-block.ugc!= item.note
else
span.is-block.ugc= item.note
span.is-block.ugc= item.note