From 578fbf1fc7373fda787064b843eb3bb9d1085356 Mon Sep 17 00:00:00 2001 From: rijkvanzanten Date: Fri, 24 Jul 2020 13:00:37 -0400 Subject: [PATCH] Setup title of setup modal --- src/lang/en-US/index.json | 13 +++++++------ .../data-model/field-detail/field-detail.vue | 16 +++++++++++++--- 2 files changed, 20 insertions(+), 9 deletions(-) diff --git a/src/lang/en-US/index.json b/src/lang/en-US/index.json index 0e5b2fffc4..b345748d90 100644 --- a/src/lang/en-US/index.json +++ b/src/lang/en-US/index.json @@ -29,6 +29,13 @@ "schema_setup_title": "How should this field save to the database?", + "create_field": "Create Field", + "update_field": "Update Field", + + "creating_new_field": "Creating New Field", + "updating_field_field": "Updating Field {field}", + "within_collection": "Within {collection}", + "key": "Key", "alias": "Alias", @@ -127,10 +134,6 @@ "editing_role": "{role} Role", "adding_webhook": "Adding Webhook", - "creating_new_field": "Creating New Field", - "updating_field_field": "Updating Field {field}", - "within_collection": "Within {collection}", - "code": "Code", "loc": "No lines of {lang} | One line of {lang} | {count} lines of {lang}", @@ -799,7 +802,6 @@ "contains": "Contains", "continue": "Continue", "continue_as": "{name} is already authenticated for this project. If you recognize this account, please press continue.", - "create_field": "Create Field", "create_role": "Create Role", "creating_item": "Creating Item", "creating_item_page_title": "Creating Item: {collection}", @@ -1078,7 +1080,6 @@ "turn_all_on": "Turn all on", "turn_all_off": "Turn all off", "update_confirm": "Are you sure you want to update {count} items?", - "update_field": "Update Field", "upload_exceeds_max_size": "{filename} can't be uploaded. Your server is not configured to handle uploads of this size.", "user_edit_warning": "{first_name} {last_name} is editing this item too. Please coordinate with them so you don't lose your changes.", "validation": "Validation", diff --git a/src/modules/settings/routes/data-model/field-detail/field-detail.vue b/src/modules/settings/routes/data-model/field-detail/field-detail.vue index d65d4c223b..e355ada9f8 100644 --- a/src/modules/settings/routes/data-model/field-detail/field-detail.vue +++ b/src/modules/settings/routes/data-model/field-detail/field-detail.vue @@ -1,5 +1,9 @@