Skip to content

Commit 367159c

Browse files
LUC065-364
1 parent 2066e26 commit 367159c

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/app/item-page/edit-item-page/edit-item-page.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ <h1 class="border-bottom">{{'item.edit.head' | translate}}</h1>
77
<li *ngFor="let page of pages" class="nav-item" role="presentation">
88
<a *ngIf="(page.enabled | async)"
99
[attr.aria-selected]="page.page === currentPage"
10-
class="nav-link"
10+
class="nav-link edit-tab"
1111
[ngClass]="{'active' : page.page === currentPage}"
1212
[routerLink]="['./' + page.page]"
1313
[attr.data-test]="page.page"

src/assets/i18n/en.json5

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3337,6 +3337,8 @@
33373337

33383338
"menu.section.browse_global_communities_and_collections": "Communities & Collections",
33393339

3340+
"menu.section.browse_global_by_supervisor": "Supervisor",
3341+
33403342
"menu.section.control_panel": "Control Panel",
33413343

33423344
"menu.section.curation_task": "Curation Task",

0 commit comments

Comments
 (0)