[Library | Trunk]: Create a role group button to uppercase

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@60303 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
k.triantafyllou 2021-01-27 14:06:28 +00:00
parent 2acf84efbb
commit a31eddcc2c
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ export class RoleUsersComponent implements OnInit, OnDestroy, OnChanges {
openCreateRoleModal() {
this.createRoleModal.alertTitle = 'Create group';
this.createRoleModal.okButtonLeft = false;
this.createRoleModal.okButtonText = 'create';
this.createRoleModal.okButtonText = 'Create';
this.roleFb = this.fb.group({
name: this.fb.control(Session.mapType(this.type, (this.role === 'manager')) + '.' + this.id, Validators.required),
description: this.fb.control('', Validators.required)