From a1de43ed9068685adeaf798a6bc885f251a87871 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Thu, 15 Feb 2018 10:05:04 -0800 Subject: [PATCH] Add/Edit Contact - Fix inconsistent capitalization 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Contact/Form/Edit/Phone.tpl b/templates/CRM/Contact/Form/Edit/Phone.tpl index 55f08926f842..e8a0696fa94f 100644 --- a/templates/CRM/Contact/Form/Edit/Phone.tpl +++ b/templates/CRM/Contact/Form/Edit/Phone.tpl @@ -56,7 +56,7 @@ {if !$addBlock} -   {ts}Add another Phone number{/ts} +   {ts}Add another phone number{/ts} {/if}