Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. const listingBoxPrompts = {
  2. TOO_MANY_RESULTS: 'We found too many listings in Guesty with similar address, please search for the correct listing',
  3. FOUND_RESULTS: (numberofResults) => `We found ${numberofResults} Guesty listings for yerr shit, please select the correct one`,
  4. ONE_RESULT: 'We found a Guesty listing with the same address',
  5. NO_RESULTS: `We didn't find any listing in Guesty with the same address, please search for the correct listing`,
  6. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement