Skip to content

Commit 13ac71b

Browse files
[DSC-1433] fix small comment error
1 parent 5bb3060 commit 13ac71b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/core/metadata/metadata.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ export class MetadataService {
464464
if (this.currentObject.value instanceof Item) {
465465
const item = this.currentObject.value as Item;
466466

467-
// Retrieve the THUMBNAIL bundle for the item
467+
// Retrieve the bundle for the item
468468
this.bundleDataService.findByItemAndName(
469469
item,
470470
bundleName,

0 commit comments

Comments
 (0)