Skip to content

Commit

Permalink
NRPT-605: Fix display value for ALC (#795)
Browse files Browse the repository at this point in the history
* NRPT-605: Fix display value for ALC

* Update ALC Display text for role picklist
  • Loading branch information
marklise authored Mar 3, 2021
1 parent 0e04595 commit 2211d4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export class ImportCSVComponent implements OnInit {
};
} else if (this.factoryService.userOnlyInLimitedRole(Constants.ApplicationRoles.ADMIN_ALC)) {
this.dataSourceTypes = [
{ displayName: 'AGRI-ALC', value: 'alc-csv' }
{ displayName: 'ALC', value: 'alc-csv' }
];

this.csvTypes = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ export class Constants {
],
[Constants.ApplicationRoles.ADMIN_ENV_EPD]: ['Environmental Protection Division'],
[Constants.ApplicationRoles.ADMIN_ALC]: [
'Agriculture Land Commission C&E division'
'Agriculture Land Commission'
]
};
}
Expand Down

0 comments on commit 2211d4a

Please sign in to comment.