maybe it was?

This commit is contained in:
hackish 2023-08-10 14:01:30 -07:00
parent 486acf8c31
commit c42c816272

View file

@ -146,7 +146,7 @@ module.exports.strings = {
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?',
WISHLIST_IMAGE: 'Image', WISHLIST_IMAGE: 'Image',
WISHLIST_ITEM_MISSING: 'Failed to find item', WISHLIST_ITEM_MISSING: 'Failed to find item. Maybe it was deleted?',
WISHLIST_MOVE_DOWN: 'Move Down', WISHLIST_MOVE_DOWN: 'Move Down',
WISHLIST_MOVE_GUARD: 'Not correct user', WISHLIST_MOVE_GUARD: 'Not correct user',
WISHLIST_MOVE_INVALID: 'Invalid move', WISHLIST_MOVE_INVALID: 'Invalid move',