diff --git a/app/src/lang/en-US/index.json b/app/src/lang/en-US/index.json index 2daae29ac3..fa909b61c0 100644 --- a/app/src/lang/en-US/index.json +++ b/app/src/lang/en-US/index.json @@ -462,7 +462,7 @@ "updated_by": "Updated By", "updated_on": "Updated On", "creating_collection_info": "Name the collection and setup its unique “key” field...", - "creating_collection_system": "Would you like to add any system fields?", + "creating_collection_system": "Enable and rename any of these optional fields.", "auto_increment_integer": "Auto-incremented integer", "generated_uuid": "Generated UUID", "manual_string": "Manually entered string", diff --git a/app/src/modules/settings/routes/data-model/new-collection.vue b/app/src/modules/settings/routes/data-model/new-collection.vue index d635934aeb..7b9f43688b 100644 --- a/app/src/modules/settings/routes/data-model/new-collection.vue +++ b/app/src/modules/settings/routes/data-model/new-collection.vue @@ -75,7 +75,7 @@