diff --git a/src/Core/MailTemplates/Handlebars/AddedCredit.html.hbs b/src/Core/MailTemplates/Handlebars/AddedCredit.html.hbs
index d77c61cbb0..deeee2e04c 100644
--- a/src/Core/MailTemplates/Handlebars/AddedCredit.html.hbs
+++ b/src/Core/MailTemplates/Handlebars/AddedCredit.html.hbs
@@ -7,7 +7,7 @@
- You can view your account's available credit by logging into the web vault at {{{link WebVaultUrl}}}. Once logged in, navigate to the Billing page for your account.
+ You can view your account's available credit by logging into the web vault at {{{link WebVaultUrl}}}.
|
diff --git a/src/Core/MailTemplates/Handlebars/AddedCredit.text.hbs b/src/Core/MailTemplates/Handlebars/AddedCredit.text.hbs
index 38a605b968..c19a87b013 100644
--- a/src/Core/MailTemplates/Handlebars/AddedCredit.text.hbs
+++ b/src/Core/MailTemplates/Handlebars/AddedCredit.text.hbs
@@ -1,5 +1,5 @@
{{#>BasicTextLayout}}
A {{usd Amount}} payment has been processed and credited to your account. This credit is now available to make purchases.
-You can view your account's available credit by logging into the web vault at {{{WebVaultUrl}}}. Once logged in, navigate to the Billing page for your account.
+You can view your account's available credit by logging into the web vault at {{{WebVaultUrl}}}.
{{/BasicTextLayout}}
\ No newline at end of file
diff --git a/src/Core/MailTemplates/Handlebars/InvoiceUpcoming.html.hbs b/src/Core/MailTemplates/Handlebars/InvoiceUpcoming.html.hbs
index 8e31d00641..fcfc51ab6b 100644
--- a/src/Core/MailTemplates/Handlebars/InvoiceUpcoming.html.hbs
+++ b/src/Core/MailTemplates/Handlebars/InvoiceUpcoming.html.hbs
@@ -17,15 +17,10 @@
{{/if}}
- To avoid any interruption in service, please ensure that your payment method on file is up to date and can be charged for the above amount. You can manage your subscription and payment method by logging into the web vault at {{{link WebVaultUrl}}}. Once logged in, navigate to the Billing page for your account.
+ To avoid any interruption in service, please ensure that your payment method on file is up to date and can be charged for the above amount. You can manage your subscription, payment method, and invoices by logging into the web vault at {{{link WebVaultUrl}}}.
|
{{#if MentionInvoices}}
-
-
- Invoices for your subscription can also be downloaded from the Billing page for your account.
- |
-
{{/if}}
diff --git a/src/Core/MailTemplates/Handlebars/InvoiceUpcoming.text.hbs b/src/Core/MailTemplates/Handlebars/InvoiceUpcoming.text.hbs
index 2118165e2e..93120cc432 100644
--- a/src/Core/MailTemplates/Handlebars/InvoiceUpcoming.text.hbs
+++ b/src/Core/MailTemplates/Handlebars/InvoiceUpcoming.text.hbs
@@ -9,10 +9,8 @@ Summary Of Charges
{{/each}}
{{/if}}
-To avoid any interruption in service, please ensure that your payment method on file is up to date and can be charged for the above amount. You can manage your subscription and payment method by logging into the web vault at {{{WebVaultUrl}}}. Once logged in, navigate to the Billing page for your account.
+To avoid any interruption in service, please ensure that your payment method on file is up to date and can be charged for the above amount. You can manage your subscription, payment method, and invoices by logging into the web vault at {{{WebVaultUrl}}}.
{{#if MentionInvoices}}
-
-Invoices for your subscription can also be downloaded from the Billing page for your account.
{{/if}}
If you have any questions or problems, please feel free to email us at hello@bitwarden.com.
diff --git a/src/Core/MailTemplates/Handlebars/PaymentFailed.html.hbs b/src/Core/MailTemplates/Handlebars/PaymentFailed.html.hbs
index 659f1f9a9b..1eb136b4c2 100644
--- a/src/Core/MailTemplates/Handlebars/PaymentFailed.html.hbs
+++ b/src/Core/MailTemplates/Handlebars/PaymentFailed.html.hbs
@@ -7,15 +7,10 @@
|
- To avoid any interruption in service, please ensure that your payment method on file is up to date and can be charged for the above amount. You can manage your subscription and payment method by logging into the web vault at {{{link WebVaultUrl}}}. Once logged in, navigate to the Billing page for your account.
+ To avoid any interruption in service, please ensure that your payment method on file is up to date and can be charged for the above amount. You can manage your subscription, payment method, and invoices by logging into the web vault at {{{link WebVaultUrl}}}.
|
{{#if MentionInvoices}}
-
-
- Invoices for your subscription can also be downloaded from the Billing page for your account.
- |
-
{{/if}}
diff --git a/src/Core/MailTemplates/Handlebars/PaymentFailed.text.hbs b/src/Core/MailTemplates/Handlebars/PaymentFailed.text.hbs
index 9a366d1349..fe2ef81108 100644
--- a/src/Core/MailTemplates/Handlebars/PaymentFailed.text.hbs
+++ b/src/Core/MailTemplates/Handlebars/PaymentFailed.text.hbs
@@ -1,10 +1,8 @@
{{#>BasicTextLayout}}
We wanted to let you know that a {{usd Amount}} payment for your subscription with Bitwarden was unsuccessful. We will re-attempt to collect payment a few more times over the coming days.
-To avoid any interruption in service, please ensure that your payment method on file is up to date and can be charged for the above amount. You can manage your subscription and payment method by logging into the web vault at {{{WebVaultUrl}}}. Once logged in, navigate to the Billing page for your account.
+To avoid any interruption in service, please ensure that your payment method on file is up to date and can be charged for the above amount. You can manage your subscription, payment method, and invoices by logging into the web vault at {{{WebVaultUrl}}}.
{{#if MentionInvoices}}
-
-Invoices for your subscription can also be downloaded from the Billing page for your account.
{{/if}}
If you have any questions or problems, please feel free to email us at hello@bitwarden.com.
|