Add the ability to suggest items for someone else without pledging for it (#29)
* add suggest button to wishlist * make suggest button work * remove delete-on-unpledge logic
This commit is contained in:
parent
0e6420f714
commit
b94afc3579
3 changed files with 6 additions and 3 deletions
|
@ -168,6 +168,7 @@ module.exports.strings = {
|
|||
WISHLIST_REMOVE_GUARD: 'Not correct user',
|
||||
WISHLIST_REMOVE_MISSING: 'Failed to find item',
|
||||
WISHLIST_REMOVE_SUCCESS: 'Successfully removed from wishlist',
|
||||
WISHLIST_SUGGEST: 'Suggest item',
|
||||
WISHLIST_TITLE: name => `${_CC.config.siteTitle} - Wishlist - ${name}`,
|
||||
WISHLIST_UNPLEDGE_GUARD: 'You did not pledge for this', // should never happen unless someone makes their own http requests
|
||||
WISHLIST_UNPLEDGE_MISSING: 'Failed to find item',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue