File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
< h1 mat-dialog-title > {{ "CreateNewRole" | localize }}</ h1 >
3
3
< mat-dialog-content style ="width:600px;height:300px; ">
4
4
< mat-tab-group >
5
- < mat-tab [label] ="'RoleDetails ' | localize ">
5
+ < mat-tab [label] ="'Details ' | localize ">
6
6
< br />
7
7
< div class ="row-fluid ">
8
8
< div class ="col-md-12 ">
@@ -39,7 +39,7 @@ <h1 mat-dialog-title>{{ "CreateNewRole" | localize }}</h1>
39
39
</ div >
40
40
</ div >
41
41
</ mat-tab >
42
- < mat-tab [label] ="'RolePermissions ' | localize ">
42
+ < mat-tab [label] ="'Permissions ' | localize ">
43
43
< br />
44
44
< div class ="row-fluid ">
45
45
< ng-template ngFor let-permission [ngForOf] ="permissions ">
Original file line number Diff line number Diff line change 2
2
< h1 mat-dialog-title > {{ "EditRole" | localize }}</ h1 >
3
3
< mat-dialog-content style ="width:600px;height:300px; ">
4
4
< mat-tab-group >
5
- < mat-tab [label] ="'RoleDetails ' | localize ">
5
+ < mat-tab [label] ="'Details ' | localize ">
6
6
< br />
7
7
< div class ="row-fluid ">
8
8
< div class ="col-md-12 ">
@@ -39,7 +39,7 @@ <h1 mat-dialog-title>{{ "EditRole" | localize }}</h1>
39
39
</ div >
40
40
</ div >
41
41
</ mat-tab >
42
- < mat-tab [label] ="'RolePermissions ' | localize ">
42
+ < mat-tab [label] ="'Permissions ' | localize ">
43
43
< br />
44
44
< div class ="row-fluid ">
45
45
< ng-template ngFor let-permission [ngForOf] ="permissions ">
You can’t perform that action at this time.
0 commit comments