Skip to content

Commit da74ee2

Browse files
author
Joey Marshment-Howell
committed
chore: change wording on link to invoice (#14012)
1 parent 4b2a524 commit da74ee2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

airbyte-webapp/src/locales/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1031,7 +1031,7 @@
10311031
"settings.organization.billing.upcomingInvoice": "Upcoming invoice",
10321032
"settings.organization.billing.invoices": "Invoices",
10331033
"settings.organization.billing.invoices.viewAll": "View all",
1034-
"settings.organization.billing.invoices.openInvoice": "Open invoice",
1034+
"settings.organization.billing.invoices.viewInvoice": "View invoice",
10351035
"settings.organization.billing.invoices.noInvoicesYet": "You don't have any invoices yet.",
10361036
"settings.organization.billing.invoicesError": "Error loading invoices",
10371037
"settings.organization.billing.customerPortalURLFailure": "Failed to load the customer portal.",

airbyte-webapp/src/packages/cloud/views/billing/OrganizationBillingPage/Invoices/InvoiceGrid.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export const InvoiceGrid: React.FC<InvoiceGridProps> = ({ invoices, hasMore }) =
8888
<Text>
8989
<ExternalLink href={invoice.invoiceUrl} opensInNewTab className={styles.invoiceGrid__openLink}>
9090
<FlexContainer alignItems="center" gap="sm">
91-
<FormattedMessage id="settings.organization.billing.invoices.openInvoice" />
91+
<FormattedMessage id="settings.organization.billing.invoices.viewInvoice" />
9292
</FlexContainer>
9393
</ExternalLink>
9494
</Text>

0 commit comments

Comments
 (0)