diff --git a/src/lang/en-US/index.json b/src/lang/en-US/index.json
index b7d5582180..0e5b2fffc4 100644
--- a/src/lang/en-US/index.json
+++ b/src/lang/en-US/index.json
@@ -300,7 +300,11 @@
"report_bug": "Report Bug",
"request_feature": "Request Feature",
- "interface_not_found": "Interface \"{interface}\" not found",
+ "interface_not_found": "Interface \"{interface}\" not found.",
+ "reset_interface": "Reset Interface",
+
+ "display_not_found": "Display \"{display}\" not found.",
+ "reset_display": "Reset Display",
"item_count": "No Items | One Item | {count} Items",
"no_items_copy": "It looks like you don’t have any items in this collection. You can click the button below to add an item.",
diff --git a/src/modules/settings/routes/data-model/field-detail/components/display.vue b/src/modules/settings/routes/data-model/field-detail/components/display.vue
index 740d7b0aaf..1957df1729 100644
--- a/src/modules/settings/routes/data-model/field-detail/components/display.vue
+++ b/src/modules/settings/routes/data-model/field-detail/components/display.vue
@@ -4,7 +4,13 @@
-
+
+ {{ $t('display_not_found', { display: fieldData.system.display }) }}
+
+
+
+
+
-
+
+ {{ $t('interface_not_found', { interface: fieldData.system.interface }) }}
+
+
+
+
+