File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6705,7 +6705,6 @@ const CONST = {
67056705 RECEIPT : this . TABLE_COLUMNS . RECEIPT ,
67066706 DATE : this . TABLE_COLUMNS . DATE ,
67076707 MERCHANT : this . TABLE_COLUMNS . MERCHANT ,
6708- DESCRIPTION : this . TABLE_COLUMNS . DESCRIPTION ,
67096708 FROM : this . TABLE_COLUMNS . FROM ,
67106709 TO : this . TABLE_COLUMNS . TO ,
67116710 CATEGORY : this . TABLE_COLUMNS . CATEGORY ,
@@ -6732,7 +6731,6 @@ const CONST = {
67326731 this . TABLE_COLUMNS . RECEIPT ,
67336732 this . TABLE_COLUMNS . DATE ,
67346733 this . TABLE_COLUMNS . MERCHANT ,
6735- this . TABLE_COLUMNS . DESCRIPTION ,
67366734 this . TABLE_COLUMNS . FROM ,
67376735 this . TABLE_COLUMNS . TO ,
67386736 this . TABLE_COLUMNS . CATEGORY ,
Original file line number Diff line number Diff line change @@ -2093,14 +2093,12 @@ function getSearchColumnTranslationKey(columnId: SearchCustomColumnIds): Transla
20932093 return 'common.date' ;
20942094 case CONST . SEARCH . TABLE_COLUMNS . MERCHANT :
20952095 return 'common.merchant' ;
2096- case CONST . SEARCH . TABLE_COLUMNS . DESCRIPTION :
2097- return 'common.description' ;
20982096 case CONST . SEARCH . TABLE_COLUMNS . FROM :
20992097 return 'common.from' ;
21002098 case CONST . SEARCH . TABLE_COLUMNS . TO :
21012099 return 'common.to' ;
21022100 case CONST . SEARCH . TABLE_COLUMNS . CATEGORY :
2103- return 'common.action ' ;
2101+ return 'common.category ' ;
21042102 case CONST . SEARCH . TABLE_COLUMNS . RECEIPT :
21052103 return 'common.receipt' ;
21062104 case CONST . SEARCH . TABLE_COLUMNS . TAG :
You can’t perform that action at this time.
0 commit comments