You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
expenseAmount: ({formattedAmount, comment}: RequestedAmountMessageParams)=>`${formattedAmount}${comment ? ` para ${comment}` : ''}`,
1094
1094
submitted: `enviado`,
1095
1095
automaticallySubmitted: `envió mediante <a href="${CONST.SELECT_WORKFLOWS_HELP_URL}">retrasar envíos</a>`,
1096
1096
trackedAmount: ({formattedAmount, comment}: RequestedAmountMessageParams)=>`realizó un seguimiento de ${formattedAmount}${comment ? ` para ${comment}` : ''}`,
0 commit comments