From c06d83c249d2b4f6af750b8a2b7121356be9c510 Mon Sep 17 00:00:00 2001 From: Romain Boulanger Date: Sat, 4 Dec 2021 01:08:31 +0100 Subject: [PATCH] fix typo --- views/wishlist.pug | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/wishlist.pug b/views/wishlist.pug index 96d47e6..a9c6512 100644 --- a/views/wishlist.pug +++ b/views/wishlist.pug @@ -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 \ No newline at end of file + span.is-block.ugc= item.note