Skip to content

Commit

Permalink
Prettier again?
Browse files Browse the repository at this point in the history
  • Loading branch information
pecanoro committed Jul 18, 2024
1 parent 57f6e4b commit 7fc9bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/languages/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ export default {
reviewDuplicates: 'Review duplicates',
keepAll: 'Keep all',
confirmApprove: 'Confirm approval amount',
confirmApprovalAmount: "Approve only compliant expenses, or approve the entire report.",
confirmApprovalAmount: 'Approve only compliant expenses, or approve the entire report.',
confirmApprovalAllHoldAmount: ({transactionCount}: ConfirmHoldExpenseParams) =>
`${Str.pluralize('This expense is', 'These expenses are', transactionCount)} on hold. Do you want to approve anyway?`,
confirmPay: 'Confirm payment amount',
Expand Down

0 comments on commit 7fc9bd2

Please sign in to comment.