Benign text change.
This commit is contained in:
parent
7d836b28c1
commit
acae1ba8f6
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_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}`
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue