Add/Edit Contact - Fix inconsistent capitalization
authorTim Otten <totten@civicrm.org>
Thu, 15 Feb 2018 18:05:04 +0000 (10:05 -0800)
committerTim Otten <totten@civicrm.org>
Thu, 15 Feb 2018 18:06:15 +0000 (10:06 -0800)
In this context, there are several links: "Add another phone number", "Add
another IM", "Add another website". They should all be capitalized according
the same rules (e.g. standard sentence case).

templates/CRM/Contact/Form/Edit/Phone.tpl

index 55f08926f842709a822d78954d7882a23c3fa693..e8a0696fa94f56da9c1d844de57cb8a9b9584d7d 100644 (file)
@@ -56,7 +56,7 @@
 {if !$addBlock}
 <tr>
   <td colspan="4">
-  &nbsp;&nbsp;<a id='addPhone' href="#" title={ts}Add{/ts} onClick="buildAdditionalBlocks( 'Phone', '{$className}');return false;">{ts}Add another Phone number{/ts}</a>
+  &nbsp;&nbsp;<a id='addPhone' href="#" title={ts}Add{/ts} onClick="buildAdditionalBlocks( 'Phone', '{$className}');return false;">{ts}Add another phone number{/ts}</a>
   </td>
 </tr>
 {/if}