File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ) {
You can’t perform that action at this time.
0 commit comments