aboutsummaryrefslogtreecommitdiffstats
path: root/view/profile.php
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-08-09 22:58:58 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-08-09 22:58:58 -0700
commit6fa55579948f0d6fa12a301ddd33baae49240a73 (patch)
treec87a5550be5ab64462f944ace4a8a2adfc345aa8 /view/profile.php
parentd11c1c63c02e88b3c73336741a2240ccc18d3b02 (diff)
downloadvolse-hubzilla-6fa55579948f0d6fa12a301ddd33baae49240a73.tar.gz
volse-hubzilla-6fa55579948f0d6fa12a301ddd33baae49240a73.tar.bz2
volse-hubzilla-6fa55579948f0d6fa12a301ddd33baae49240a73.zip
post branch fixes
Diffstat (limited to 'view/profile.php')
-rw-r--r--view/profile.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/profile.php b/view/profile.php
index 57130c073..64f8f410a 100644
--- a/view/profile.php
+++ b/view/profile.php
@@ -56,7 +56,7 @@
<div class="marital"><span class="marital-label"><span class="heart">&hearts;</span> Status: </span><span class="marital-text"><?php echo $profile['marital']; ?></span></div>
<?php } ?>
<?php if(strlen($profile['url'])) { ?>
-<div class="homepage"><span class="homepage-label">Status: </span><span class="homepage-url"><?php echo $profile['homepage']; ?></span></div>
+<div class="homepage"><span class="homepage-label">Homepage: </span><span class="homepage-url"><?php echo $profile['homepage']; ?></span></div>
<?php } ?>
<?php echo $page['aside'] ?>
</aside>