From 0d9426af131040d3460cfaed090b40f73e70dfcb Mon Sep 17 00:00:00 2001 From: Aidan Saunders Date: Wed, 12 Dec 2018 15:58:22 +0000 Subject: [PATCH] Change title for uiLanguages setting --- settings/Localization.setting.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings/Localization.setting.php b/settings/Localization.setting.php index 8d682bd4b1..e2ad696f24 100644 --- a/settings/Localization.setting.php +++ b/settings/Localization.setting.php @@ -454,11 +454,11 @@ return array( ), 'default' => NULL, 'add' => '5.9', - 'title' => 'UI Languages', + 'title' => 'Available Languages', 'is_domain' => 1, 'is_contact' => 0, 'description' => '', - 'help_text' => ts('User Interface lanaguages available to users'), + 'help_text' => ts('User Interface languages available to users'), 'pseudoconstant' => array( 'callback' => 'CRM_Core_I18n::languages', ), -- 2.25.1