From c77b82e34e4fb9f6303078f26b03fc9e25e18f7c Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Fri, 13 Jan 2017 11:12:07 -0500 Subject: [PATCH] Capitalised the 'C' in county --- views/front/contacts/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/front/contacts/list.html b/views/front/contacts/list.html index 2a3a216..cd38cda 100644 --- a/views/front/contacts/list.html +++ b/views/front/contacts/list.html @@ -74,7 +74,7 @@ and open the template in the editor. {if $contact.state.name}{$contact.state.name}{/if} {if $contact.zip}{$contact.zip}{/if} {/if} - {if $contact.county}
{$contact.county} county
{/if} + {if $contact.county}
{$contact.county} County
{/if}
{if $contact.office_phone}
{$contact.office_phone}
{/if} -- 2.17.1