File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2092,9 +2092,9 @@ function getSearchColumnTranslationKey(columnId: SearchCustomColumnIds): Transla
20922092 case CONST . SEARCH . TABLE_COLUMNS . DATE :
20932093 return 'common.date' ;
20942094 case CONST . SEARCH . TABLE_COLUMNS . MERCHANT :
2095- return 'common.status ' ;
2095+ return 'common.merchant ' ;
20962096 case CONST . SEARCH . TABLE_COLUMNS . DESCRIPTION :
2097- return 'common.title ' ;
2097+ return 'common.description ' ;
20982098 case CONST . SEARCH . TABLE_COLUMNS . FROM :
20992099 return 'common.from' ;
21002100 case CONST . SEARCH . TABLE_COLUMNS . TO :
@@ -2105,8 +2105,6 @@ function getSearchColumnTranslationKey(columnId: SearchCustomColumnIds): Transla
21052105 return 'common.receipt' ;
21062106 case CONST . SEARCH . TABLE_COLUMNS . TAG :
21072107 return 'common.tag' ;
2108- case CONST . SEARCH . TABLE_COLUMNS . TOTAL_AMOUNT :
2109- return 'iou.amount' ;
21102108 case CONST . SEARCH . TABLE_COLUMNS . ACTION :
21112109 return 'common.action' ;
21122110 case CONST . SEARCH . TABLE_COLUMNS . TITLE :
You can’t perform that action at this time.
0 commit comments