From aeb4477da101827386e4112bbf929492c17907ab Mon Sep 17 00:00:00 2001 From: rijkvanzanten Date: Fri, 24 Jul 2020 12:53:03 -0400 Subject: [PATCH] Finish field setup --- src/lang/en-US/index.json | 6 +++++- .../field-detail/components/display.vue | 8 +++++++- .../field-detail/components/interface.vue | 18 +++++++++++++++++- 3 files changed, 29 insertions(+), 3 deletions(-) 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 @@ -