diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-10-14 14:16:16 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-10-14 14:16:16 -0700 |
commit | de697a42671e3c50106dab29eb108a122753a825 (patch) | |
tree | 6811c15218b5c4e3382dde4ffb957b3a26ef0d2e /mod/siteinfo.php | |
parent | b2d949ce9a499653bba833913084b0c1406cca7f (diff) | |
download | volse-hubzilla-de697a42671e3c50106dab29eb108a122753a825.tar.gz volse-hubzilla-de697a42671e3c50106dab29eb108a122753a825.tar.bz2 volse-hubzilla-de697a42671e3c50106dab29eb108a122753a825.zip |
issue #86 - like/dislike in photos not working
Diffstat (limited to 'mod/siteinfo.php')
-rw-r--r-- | mod/siteinfo.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/siteinfo.php b/mod/siteinfo.php index 14aaef144..2fffccc73 100644 --- a/mod/siteinfo.php +++ b/mod/siteinfo.php @@ -165,7 +165,7 @@ function siteinfo_content(&$a) { '$loadavg_all' => $loadavg[0] . ', ' . $loadavg[1] . ', ' . $loadavg[2], '$commit' => $commit, '$web_location' => t('Running at web location') . ' ' . z_root(), - '$visit' => t('Please visit <a href="https://redmatrix.me">redmatrix.me</a> to learn more about $Projectname.'), + '$visit' => t('Please visit <a href="http://hubzilla.org">hubzilla.org</a> to learn more about $Projectname.'), '$bug_text' => t('Bug reports and issues: please visit'), '$bug_link_url' => 'https://github.com/redmatrix/hubzilla/issues', '$bug_link_text' => t('$projectname issues'), |