Skip to content

Commit

Permalink
Merge pull request #11675 from totten/master-phonecaps
Browse files Browse the repository at this point in the history
Add/Edit Contact - Fix inconsistent capitalization
  • Loading branch information
monishdeb authored Feb 16, 2018
2 parents dac3ef1 + a1de43e commit 8c3695a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/CRM/Contact/Form/Edit/Phone.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 8c3695a

Please sign in to comment.