feat: add lang.

This commit is contained in:
elforjani13
2021-10-27 18:08:11 +02:00
parent f1fec69d52
commit f378275673
7 changed files with 68 additions and 32 deletions

View File

@@ -151,7 +151,7 @@ const CashflowBankAccountEnhanced = compose(
)(CashflowBankAccount);
function getUpdatedBeforeText(createdAt) {
return 'Updated before 2 years.';
return ''
}
/**