From fc3f8a5cacb0740f8e2ab89fdfad5213c0a4b615 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Fri, 14 Nov 2014 21:52:45 -0500 Subject: [PATCH] CRM-15603 - Standardize capitalization and punctuation of 'Web Service URL' --- api/v3/examples/Setting/GetFields.php | 4 ++-- settings/Address.setting.php | 4 ++-- templates/CRM/Admin/Form/Preferences/Address.tpl | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api/v3/examples/Setting/GetFields.php b/api/v3/examples/Setting/GetFields.php index b121743ab1..9c36b2aedf 100644 --- a/api/v3/examples/Setting/GetFields.php +++ b/api/v3/examples/Setting/GetFields.php @@ -66,11 +66,11 @@ function setting_getfields_expectedresult(){ 'html_type' => 'Text', 'default' => '', 'add' => '4.1', - 'title' => 'Web service url', + 'title' => 'Web Service URL', 'is_domain' => 1, 'is_contact' => 0, 'description' => '', - 'help_text' => 'Web service URL.', + 'help_text' => 'Web Service URL', 'validate_callback' => 'CRM_Utils_Rule::url', ), 'tag_unconfirmed' => array( diff --git a/settings/Address.setting.php b/settings/Address.setting.php index 3995e66d80..0763836a53 100644 --- a/settings/Address.setting.php +++ b/settings/Address.setting.php @@ -72,11 +72,11 @@ return array ( 'html_type' => 'Text', 'default' => null, 'add' => '4.1', - 'title' => 'Web service url', + 'title' => 'Web Service URL', 'is_domain' => 1, 'is_contact' => 0, 'description' => null, - 'help_text' => 'Web service URL.', + 'help_text' => 'Web Service URL', 'validate_callback' => 'CRM_Utils_Rule::url', ), ); diff --git a/templates/CRM/Admin/Form/Preferences/Address.tpl b/templates/CRM/Admin/Form/Preferences/Address.tpl index aede76c08e..6e4f6c2856 100644 --- a/templates/CRM/Admin/Form/Preferences/Address.tpl +++ b/templates/CRM/Admin/Form/Preferences/Address.tpl @@ -85,7 +85,7 @@ {$form.address_standardization_url.label} {$form.address_standardization_url.html}
- {ts}Web service URL.{/ts} + {ts}Web Service URL{/ts} -- 2.25.1