'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(
'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',
),
);
<tr class="crm-preferences-address-form-block-address_standardization_url">
<td class="label">{$form.address_standardization_url.label}
<td>{$form.address_standardization_url.html}<br />
- <span class="description">{ts}Web service URL.{/ts}</span>
+ <span class="description">{ts}Web Service URL{/ts}</span>
</td>
</tr>
</table>