changed lable and field name from favourite to Pinned
[civicrm-core.git] / settings / Localization.setting.php
index 20da0af84f612902108412fe7691a06dfa4f5ed2..1dfe8b35a5f5b3fdfe5345047284bf52c31b171f 100644 (file)
@@ -528,10 +528,10 @@ return [
     'help_text' => 'If a contact is created with no language this setting will determine the language data (if any) to save.'
     . 'You may or may not wish to make an assumption here about whether it matches the site language',
   ],
-  'favouriteContactCountries' => [
+  'pinnedContactCountries' => [
     'group_name' => 'Localization Preferences',
     'group' => 'localization',
-    'name' => 'favouriteContactCountries',
+    'name' => 'pinnedContactCountries',
     'type' => 'Array',
     'quick_form_type' => 'Element',
     'html_type' => 'advmultiselect',
@@ -541,8 +541,8 @@ return [
       'class' => 'advmultiselect',
     ],
     'default' => [],
-    'add' => '5.31',
-    'title' => ts('Favourite Countries'),
+    'add' => '5.33',
+    'title' => ts('Pinned countries'),
     'is_domain' => 1,
     'is_contact' => 0,
     'description' => ts('Appear in Top section of select list'),