File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ const panel_access_options: Record<
5656 ...access_options [ PropertyAccess . LAND_BANK ] ,
5757 alt_description :
5858 'Properties available for discount prices from the Land Bank' ,
59- dimension : 'Land Bank' ,
59+ dimension : 'Go through Land Bank' ,
6060 property : 'access_process' ,
6161 } ,
6262 [ PropertyAccess . CONSERVATORSHIP ] : {
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ const determineCardEnums = (property: any) => {
2727 unavailable . add ( PropertyAccess . PRIVATE_LAND_USE ) ;
2828 }
2929
30- property . access_process === 'Land Bank'
30+ property . access_process === 'Go through Land Bank'
3131 ? ( best = PropertyAccess . LAND_BANK )
3232 : unavailable . add ( PropertyAccess . LAND_BANK ) ;
3333
You can’t perform that action at this time.
0 commit comments