Merge pull request #17068 from colemanw/currentPath
[civicrm-core.git] / xml / schema / Core / StateProvince.xml
index 584945c3784b509b012a81dadf58901b0f6b5626..53f7aba31fa21cc7fac67af61a5abb652cd694b6 100644 (file)
@@ -7,6 +7,7 @@
   <add>1.1</add>
   <field>
     <name>id</name>
+    <title>State ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>State/Province ID</comment>
@@ -37,6 +38,7 @@
   </field>
   <field>
     <name>country_id</name>
+    <title>Country</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>ID of Country that State/Province belong</comment>