Fix missing base path for supported sites in all languages (#87)
This commit is contained in:
parent
ad1141f378
commit
22174ee93f
9 changed files with 9 additions and 9 deletions
|
@ -178,7 +178,7 @@ module.exports.strings = {
|
|||
WISHLIST_UNPLEDGE_GUARD: 'You did not pledge for this', // should never happen unless someone makes their own http requests
|
||||
WISHLIST_UNPLEDGE_SUCCESS: 'Successfully unpledged for item!',
|
||||
WISHLIST_UNPLEDGE: 'Unpledge',
|
||||
WISHLIST_URL_LABEL: 'Item URL or Name (<a href="/supported-sites">Supported Sites</a>)',
|
||||
WISHLIST_URL_LABEL: `Item URL or Name (<a href="${_CC.config.base}supported-sites">Supported Sites</a>)`,
|
||||
WISHLIST_URL_PLACEHOLDER: 'https://www.amazon.com/dp/B00ZV9RDKK',
|
||||
WISHLIST_URL_REQUIRED: 'Item URL or Name is required',
|
||||
WISHLISTS_COUNTS_SELF: name => `${name}: ???/???`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue