From: Steve Sutton Date: Mon, 27 Aug 2018 16:48:16 +0000 (-0400) Subject: Update text for the web site label. X-Git-Tag: v1.0.27^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=9e343451aca9f18253ea74f6f3dac222779cef9c;p=WP-Themes%2Fbaragacounty.git Update text for the web site label. Changing 'Web site' to 'Website'. --- diff --git a/glm-member-db/views/front/members/list.html b/glm-member-db/views/front/members/list.html index 5d640b0..54d30c9 100644 --- a/glm-member-db/views/front/members/list.html +++ b/glm-member-db/views/front/members/list.html @@ -166,7 +166,7 @@

{if $m.phone && $settings.list_map_show_phone}Phone: {apply_filters('glm_associate_phone_filter', $m.phone)}
{/if} {if $m.toll_free && $settings.list_map_show_tollfree}{apply_filters('glm_associate_phone_filter', $m.toll_free)}
{/if} - {if $m.url && $settings.list_map_show_url}Web site: {$m.url}
{/if} + {if $m.url && $settings.list_map_show_url}Website: {$m.url}
{/if} {if $m.email && $settings.list_map_show_email}E-Mail Address: {$m.email}
{/if} {if $m.region && $settings.list_map_show_region}Region: {$m.region}{/if}

diff --git a/style.css b/style.css index 028be2f..72c664f 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: BaragaCounty Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme for BaragaCounty -Version: 1.0.26 +Version: 1.0.27 */