Change own card text.

This commit is contained in:
hackish 2023-08-10 12:56:19 -07:00
parent e624c880a7
commit 7d836b28c1

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> You don't get to see how many of your items have been pledged for. Where's the fun in that?`,
WISHLISTS_COUNTS_SELF: name => `<h3>${name}</h3> Click to edit your Christmas list!`,
WISHLISTS_COUNTS: (name, pledged, total) => `<h3>${name}</h3> ${pledged}/<em>${total}</em>`,
WISHLISTS_TITLE: `${_CC.config.siteTitle}`
}