diff --git a/libs/vre/resource-editor/representations/src/lib/still-image/still-image.component.ts b/libs/vre/resource-editor/representations/src/lib/still-image/still-image.component.ts index c089fda1c7..dad0869ae7 100644 --- a/libs/vre/resource-editor/representations/src/lib/still-image/still-image.component.ts +++ b/libs/vre/resource-editor/representations/src/lib/still-image/still-image.component.ts @@ -121,7 +121,7 @@ export class StillImageComponent implements OnChanges, AfterViewInit, OnDestroy private _openExternal3iFImage(image: ReadStillImageExternalFileValue) { const i3f = IIIFUrl.createUrl(image.externalUrl); if (!i3f) { - throw new AppError('Error with IIIF URL'); + throw new AppError("Can't open external IIIF URL"); } this.osdService.viewer.open(i3f.infoJsonUrl);