More silly

This commit is contained in:
hackish 2023-08-10 14:04:09 -07:00
parent c42c816272
commit 28f168108f

View file

@ -144,7 +144,7 @@ module.exports.strings = {
WISHLIST_CONFLICT: 'You\'re adding things too fast. 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 find a list -- does this person exist?',
WISHLIST_IMAGE: 'Image', WISHLIST_IMAGE: 'Image',
WISHLIST_ITEM_MISSING: 'Failed to find item. Maybe it was deleted?', WISHLIST_ITEM_MISSING: 'Failed to find item. Maybe it was deleted?',
WISHLIST_MOVE_DOWN: 'Move Down', WISHLIST_MOVE_DOWN: 'Move Down',