From: Laury GvR Date: Fri, 13 Jan 2017 16:12:07 +0000 (-0500) Subject: Capitalised the 'C' in county X-Git-Tag: v1.0.19^2~12 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=c77b82e34e4fb9f6303078f26b03fc9e25e18f7c;p=WP-Plugins%2Fglm-member-db-contacts.git Capitalised the 'C' in county --- 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}