Skip to content

Commit 813eac3

Browse files
committed
Cleaned up tab labels
1 parent 74ef070 commit 813eac3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

angular/src/app/roles/create-role/create-role-dialog.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<h1 mat-dialog-title>{{ "CreateNewRole" | localize }}</h1>
33
<mat-dialog-content style="width:600px;height:300px;">
44
<mat-tab-group>
5-
<mat-tab [label]="'RoleDetails' | localize">
5+
<mat-tab [label]="'Details' | localize">
66
<br />
77
<div class="row-fluid">
88
<div class="col-md-12">
@@ -39,7 +39,7 @@ <h1 mat-dialog-title>{{ "CreateNewRole" | localize }}</h1>
3939
</div>
4040
</div>
4141
</mat-tab>
42-
<mat-tab [label]="'RolePermissions' | localize">
42+
<mat-tab [label]="'Permissions' | localize">
4343
<br />
4444
<div class="row-fluid">
4545
<ng-template ngFor let-permission [ngForOf]="permissions">

angular/src/app/roles/edit-role/edit-role-dialog.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<h1 mat-dialog-title>{{ "EditRole" | localize }}</h1>
33
<mat-dialog-content style="width:600px;height:300px;">
44
<mat-tab-group>
5-
<mat-tab [label]="'RoleDetails' | localize">
5+
<mat-tab [label]="'Details' | localize">
66
<br />
77
<div class="row-fluid">
88
<div class="col-md-12">
@@ -39,7 +39,7 @@ <h1 mat-dialog-title>{{ "EditRole" | localize }}</h1>
3939
</div>
4040
</div>
4141
</mat-tab>
42-
<mat-tab [label]="'RolePermissions' | localize">
42+
<mat-tab [label]="'Permissions' | localize">
4343
<br />
4444
<div class="row-fluid">
4545
<ng-template ngFor let-permission [ngForOf]="permissions">

0 commit comments

Comments
 (0)