Another change.

This commit is contained in:
hackish 2023-08-10 13:56:52 -07:00
parent 1356942cd1
commit a5f461c7ba

View file

@ -141,7 +141,7 @@ module.exports.strings = {
WISHLIST_ADDED_BY_USER: addedBy => `Suggested by: ${addedBy}`, WISHLIST_ADDED_BY_USER: addedBy => `Suggested by: ${addedBy}`,
WISHLIST_ADDED_BY: 'Suggested by', WISHLIST_ADDED_BY: 'Suggested by',
WISHLIST_ADDED_ITEM_TO_OWN_WISHLIST: 'Added item to your list.', WISHLIST_ADDED_ITEM_TO_OWN_WISHLIST: 'Added item to your list.',
WISHLIST_CONFLICT: 'Items are being added too quickly. Please try again.', WISHLIST_CONFLICT: 'You\'re adding things too fast. Please try again.',
WISHLIST_DELETE: 'Delete', WISHLIST_DELETE: 'Delete',
WISHLIST_EDIT_ITEM: 'Edit Item', WISHLIST_EDIT_ITEM: 'Edit Item',
WISHLIST_FETCH_FAIL: 'Failed to fetch the list -- does the user exist?', WISHLIST_FETCH_FAIL: 'Failed to fetch the list -- does the user exist?',