Change own card text.
This commit is contained in:
parent
e624c880a7
commit
7d836b28c1
1 changed files with 1 additions and 1 deletions
|
@ -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_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_PLACEHOLDER: 'https://www.amazon.com/dp/B00ZV9RDKK',
|
||||||
WISHLIST_URL_REQUIRED: 'Item URL or at least a name is required',
|
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_COUNTS: (name, pledged, total) => `<h3>${name}</h3> ${pledged}/<em>${total}</em>`,
|
||||||
WISHLISTS_TITLE: `${_CC.config.siteTitle}`
|
WISHLISTS_TITLE: `${_CC.config.siteTitle}`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue