Benign text change.

This commit is contained in:
hackish 2023-08-10 13:25:22 -07:00
parent 7d836b28c1
commit acae1ba8f6

View file

@ -181,7 +181,7 @@ module.exports.strings = {
WISHLIST_URL_LABEL: `Item URL or Name (<a href="${_CC.config.base}supported-sites">List of sites that auto-populate from a URL</a>)`,
WISHLIST_URL_PLACEHOLDER: 'https://www.amazon.com/dp/B00ZV9RDKK',
WISHLIST_URL_REQUIRED: 'Item URL or at least a name is required',
WISHLISTS_COUNTS_SELF: name => `<h3>${name}</h3> Click to edit your Christmas list!`,
WISHLISTS_COUNTS_SELF: name => `<h3>${name}</h3> Add to your own Christmas list!`,
WISHLISTS_COUNTS: (name, pledged, total) => `<h3>${name}</h3> ${pledged}/<em>${total}</em>`,
WISHLISTS_TITLE: `${_CC.config.siteTitle}`
}