Update text for the web site label.
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 27 Aug 2018 16:48:16 +0000 (12:48 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 27 Aug 2018 16:48:16 +0000 (12:48 -0400)
Changing 'Web site' to 'Website'.

glm-member-db/views/front/members/list.html
style.css

index 5d640b0..54d30c9 100644 (file)
                     <p>
                         {if $m.phone && $settings.list_map_show_phone}<b>Phone:</b> {apply_filters('glm_associate_phone_filter', $m.phone)}<br>{/if}
                         {if $m.toll_free && $settings.list_map_show_tollfree}{apply_filters('glm_associate_phone_filter', $m.toll_free)}<br>{/if}
-                        {if $m.url && $settings.list_map_show_url}<b>Web site:</b> <a href="{$m.url}"{if $settings.list_map_show_url_newtarget} target="_blank"{/if}>{$m.url}</a><br>{/if}
+                        {if $m.url && $settings.list_map_show_url}<b>Website:</b> <a href="{$m.url}"{if $settings.list_map_show_url_newtarget} target="_blank"{/if}>{$m.url}</a><br>{/if}
                         {if $m.email && $settings.list_map_show_email}<b>E-Mail Address:</b> <a href="mailto:{$m.email}">{$m.email}</a><br>{/if}
                         {if $m.region && $settings.list_map_show_region}<b>Region:</b> {$m.region}{/if}
                     </p>
index 028be2f..72c664f 100644 (file)
--- 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
 */