Skip to content

Commit f50a718

Browse files
committed
minor fix.
Signed-off-by: krishna2323 <belivethatkg@gmail.com>
1 parent ef5eb5a commit f50a718

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/languages/en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6368,7 +6368,7 @@ const translations = {
63686368
overLimit: ({formattedLimit}: ViolationsOverLimitParams) => `Amount over ${formattedLimit}/person limit`,
63696369
overLimitAttendee: ({formattedLimit}: ViolationsOverLimitParams) => `Amount over ${formattedLimit}/person limit`,
63706370
perDayLimit: ({formattedLimit}: ViolationsPerDayLimitParams) => `Amount over daily ${formattedLimit}/person category limit`,
6371-
receiptNotSmartScanned: 'Expense details and receipt added manually. <a href="https://help.expensify.com/articles/expensify-classic/reports/Automatic-Receipt-Audit">Learn more</a>.',
6371+
receiptNotSmartScanned: 'Expense details and receipt added manually. <a href="https://help.expensify.com/articles/expensify-classic/reports/Automatic-Receipt-Audit">Learn more</a>',
63726372
receiptRequired: ({formattedLimit, category}: ViolationsReceiptRequiredParams) => {
63736373
let message = 'Receipt required';
63746374
if (formattedLimit ?? category) {

0 commit comments

Comments
 (0)