Another change.
This commit is contained in:
parent
1356942cd1
commit
a5f461c7ba
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ module.exports.strings = {
|
|||
WISHLIST_ADDED_BY_USER: addedBy => `Suggested by: ${addedBy}`,
|
||||
WISHLIST_ADDED_BY: 'Suggested by',
|
||||
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_EDIT_ITEM: 'Edit Item',
|
||||
WISHLIST_FETCH_FAIL: 'Failed to fetch the list -- does the user exist?',
|
||||
|
|
Loading…
Reference in a new issue