- {isEditSectionOpen &&
}
+
diff --git a/src/views/index.tsx b/src/views/index.tsx
index b91b626b..d059b423 100644
--- a/src/views/index.tsx
+++ b/src/views/index.tsx
@@ -2,4 +2,4 @@ export { Root } from './Root';
export { Load } from './Load';
export { Edit, EditWrapper } from './Edit';
export { SearchView as Search } from './Search';
-export { ExternalResourceEdit } from './ExternalResource';
+export { ExternalResourcePreview } from './ExternalResource';
diff --git a/translations/ui-linked-data/en.json b/translations/ui-linked-data/en.json
index 78142dc4..4146f5dc 100644
--- a/translations/ui-linked-data/en.json
+++ b/translations/ui-linked-data/en.json
@@ -176,10 +176,12 @@
"ld.to": "To",
"ld.apply": "Apply",
"ld.notSpecified": "Not specified",
- "ld.externalResource": "External resource",
+ "ld.externalResourcePreview": "External resource preview",
+ "ld.errorFetchingExternalResourceForPreview": "Error fetching external resource for preview",
"ld.fetchingExternalResourceById": "Fetching external resource id {resourceId}...",
"ld.lastUpdated": "Last updated",
"ld.marcAuthorityRecord": "MARC authority record",
"ld.selectBrowseOption": "Select a browse option",
- "ld.searchQueryWouldBeHere": "{query} would be here"
+ "ld.searchQueryWouldBeHere": "{query} would be here",
+ "ld.continue": "Continue"
}