diff --git a/app/config/schema/schema.json b/app/config/schema/schema.json
index e8841843b..4be5748c6 100644
--- a/app/config/schema/schema.json
+++ b/app/config/schema/schema.json
@@ -636,7 +636,6 @@
"authz_cou_id": { "type": "integer", "foreignkey": { "table": "cous", "column": "id" }},
"authz_group_id": { "type": "integer", "foreignkey": { "table": "groups", "column": "id" }},
"collect_enrollee_email": { "type": "boolean" },
- "enable_person_find": { "type": "boolean" },
"redirect_on_duplicate": { "type": "string", "size": 256 },
"redirect_on_finalize": { "type": "string", "size": 256 },
"finalization_message_template_id": { "type": "integer", "foreignkey": { "table": "message_templates", "column": "id" }},
@@ -662,6 +661,7 @@
"plugin": {},
"ordr": {},
"actor_type": { "type": "string", "size": 2 },
+ "enable_person_find": { "type": "boolean" },
"approver_group_id": { "type": "integer", "foreignkey": { "table": "groups", "column": "id" }},
"message_template_id": {},
"redirect_on_handoff": { "type": "string", "size": 256 },
diff --git a/app/resources/locales/en_US/field.po b/app/resources/locales/en_US/field.po
index e9c99c678..6107cfac1 100644
--- a/app/resources/locales/en_US/field.po
+++ b/app/resources/locales/en_US/field.po
@@ -459,6 +459,9 @@ msgstr "If true, Global Search will only search Names, Email Addresses, and Iden
msgid "EnrollmentFlowSteps.enable_person_find"
msgstr "Enable People Picker for Self Service"
+msgid "EnrollmentFlowSteps.enable_person_find.desc"
+msgstr "Enable people picker for self-service enrollments, see Registry Technical Manual for privacy considerations"
+
msgid "EnrollmentFlowSteps.actor_type"
msgstr "Actor Type"
@@ -501,9 +504,6 @@ msgstr "Petitioner Authorization"
msgid "EnrollmentFlows.collect_enrollee_email"
msgstr "Collect Enrollee Email"
-msgid "EnrollmentFlows.enable_person_find.desc"
-msgstr "Enable people picker for self-service enrollments, see Registry Technical Manual for privacy considerations"
-
msgid "EnrollmentFlows.finalization_message_template_id"
msgstr "Finalization Message Template"