diff --git a/src/app/item-page/edit-item-page/item-page-access-control.guard.ts b/src/app/item-page/edit-item-page/item-page-access-control.guard.ts index 49975e5cfe..a036fd9576 100644 --- a/src/app/item-page/edit-item-page/item-page-access-control.guard.ts +++ b/src/app/item-page/edit-item-page/item-page-access-control.guard.ts @@ -12,7 +12,7 @@ import { AuthService } from '../../core/auth/auth.service'; providedIn: 'root' }) /** - * Guard for preventing unauthorized access to certain {@link Item} pages requiring manage mappings rights + * Guard for preventing unauthorized access to certain {@link Item} pages requiring administrator rights */ export class ItemPageAccessControlGuard extends DsoPageSingleFeatureGuard { constructor(protected resolver: ItemPageResolver, diff --git a/src/app/item-page/edit-item-page/item-page-curate.guard.ts b/src/app/item-page/edit-item-page/item-page-curate.guard.ts index b0594e016b..40f9444524 100644 --- a/src/app/item-page/edit-item-page/item-page-curate.guard.ts +++ b/src/app/item-page/edit-item-page/item-page-curate.guard.ts @@ -12,7 +12,7 @@ import { AuthService } from '../../core/auth/auth.service'; providedIn: 'root' }) /** - * Guard for preventing unauthorized access to certain {@link Item} pages requiring edit metadata rights + * Guard for preventing unauthorized access to certain {@link Item} pages requiring administrator rights */ export class ItemPageCurateGuard extends DsoPageSingleFeatureGuard { constructor(protected resolver: ItemPageResolver,