Skip to content

Commit

Permalink
chore: change wording on link to invoice (#14012)
Browse files Browse the repository at this point in the history
  • Loading branch information
josephkmh committed Sep 18, 2024
1 parent 4b2a524 commit da74ee2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion airbyte-webapp/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1031,7 +1031,7 @@
"settings.organization.billing.upcomingInvoice": "Upcoming invoice",
"settings.organization.billing.invoices": "Invoices",
"settings.organization.billing.invoices.viewAll": "View all",
"settings.organization.billing.invoices.openInvoice": "Open invoice",
"settings.organization.billing.invoices.viewInvoice": "View invoice",
"settings.organization.billing.invoices.noInvoicesYet": "You don't have any invoices yet.",
"settings.organization.billing.invoicesError": "Error loading invoices",
"settings.organization.billing.customerPortalURLFailure": "Failed to load the customer portal.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export const InvoiceGrid: React.FC<InvoiceGridProps> = ({ invoices, hasMore }) =
<Text>
<ExternalLink href={invoice.invoiceUrl} opensInNewTab className={styles.invoiceGrid__openLink}>
<FlexContainer alignItems="center" gap="sm">
<FormattedMessage id="settings.organization.billing.invoices.openInvoice" />
<FormattedMessage id="settings.organization.billing.invoices.viewInvoice" />
</FlexContainer>
</ExternalLink>
</Text>
Expand Down

0 comments on commit da74ee2

Please sign in to comment.