Skip to content

Commit 8a6db0d

Browse files
authored
Merge pull request #3622 from DSpace/backport-3619-to-dspace-8_x
[Port dspace-8_x] BitstreamAuthorizationsComponent: update selector and comment to correctly describe component's purpose
2 parents 642816b + fb57b72 commit 8a6db0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/bitstream-page/bitstream-authorizations/bitstream-authorizations.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import { DSpaceObject } from '../../core/shared/dspace-object.model';
1919
import { ResourcePoliciesComponent } from '../../shared/resource-policies/resource-policies.component';
2020

2121
@Component({
22-
selector: 'ds-collection-authorizations',
22+
selector: 'ds-bitstream-authorizations',
2323
templateUrl: './bitstream-authorizations.component.html',
2424
imports: [
2525
ResourcePoliciesComponent,
@@ -30,7 +30,7 @@ import { ResourcePoliciesComponent } from '../../shared/resource-policies/resour
3030
standalone: true,
3131
})
3232
/**
33-
* Component that handles the Collection Authorizations
33+
* Component that handles the Bitstream Authorizations
3434
*/
3535
export class BitstreamAuthorizationsComponent<TDomain extends DSpaceObject> implements OnInit {
3636

0 commit comments

Comments
 (0)