diff --git a/apps/web/src/locales/en/messages.json b/apps/web/src/locales/en/messages.json
index d649797750e..7a129f04e61 100644
--- a/apps/web/src/locales/en/messages.json
+++ b/apps/web/src/locales/en/messages.json
@@ -8469,6 +8469,16 @@
},
"uncollectible": {
"message": "Uncollectible",
- "description": "The status of an invoice."
+ "description": "The status of an invoice."
+ },
+ "clientDetails": {
+ "message": "Client details"
+ },
+ "downloadCSV": {
+ "message": "Download CSV"
+ },
+ "billingHistoryDescription": {
+ "message": "Download a CSV to obtain client details for each billing date. Prorated charges are not included in the CSV and may vary from the linked invoice. For the most accurate billing details, refer to your monthly invoices.",
+ "description": "A paragraph on the Billing History page of the Provider Portal letting users know they can download a CSV report for their invoices that does not include prorations."
}
}
diff --git a/bitwarden_license/bit-web/src/app/billing/providers/billing-history/provider-billing-history.component.html b/bitwarden_license/bit-web/src/app/billing/providers/billing-history/provider-billing-history.component.html
index 5d3bc2fff9a..95500016d40 100644
--- a/bitwarden_license/bit-web/src/app/billing/providers/billing-history/provider-billing-history.component.html
+++ b/bitwarden_license/bit-web/src/app/billing/providers/billing-history/provider-billing-history.component.html
@@ -1,6 +1,7 @@