diff --git a/client/pages/Payment.svelte b/client/pages/Payment.svelte index 6152e38..b361b6e 100644 --- a/client/pages/Payment.svelte +++ b/client/pages/Payment.svelte @@ -390,7 +390,7 @@ - + {#if discount > 0} @@ -404,7 +404,7 @@

-

Thank you for purchasing Learn JavaScript the Hard Way. If you have problems with the purchase please email me at payments@learnjsthehardway.com and tell what went wrong.

+

Thank you for purchasing { product.title } If you have problems with the purchase please email me at payments@learnjsthehardway.com and tell what went wrong.

diff --git a/commands/templates/client/Footer.svelte b/commands/templates/client/Footer.svelte index 3ae64c0..4910784 100644 --- a/commands/templates/client/Footer.svelte +++ b/commands/templates/client/Footer.svelte @@ -38,7 +38,7 @@

- Learn JavaScript the Hard Way, a + BIG CO, a complete course in full stack web development.

diff --git a/commands/templates/client/Header.svelte b/commands/templates/client/Header.svelte index d61c8ba..aefca5e 100644 --- a/commands/templates/client/Header.svelte +++ b/commands/templates/client/Header.svelte @@ -28,7 +28,7 @@
{ product.description }{product.currency_symbol}{ product.price }
{ product.title }{product.currency_symbol}{ product.price }
Discount{ discount }