File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/app/bitstream-page/bitstream-authorizations Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import { DSpaceObject } from '../../core/shared/dspace-object.model';
1919import { 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 */
3535export class BitstreamAuthorizationsComponent < TDomain extends DSpaceObject > implements OnInit {
3636
You can’t perform that action at this time.
0 commit comments