diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-05-05 03:59:51 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-05-05 03:59:51 -0700 |
commit | 5b5f0666f9addc4b2c0cd69495d9fe8f76011ee2 (patch) | |
tree | 77f218c70fb424a0e473b76159a89a87de0ec683 /mod/siteinfo.php | |
parent | a3c37f145817407df28e9ffea6a83a6cd2b31cdd (diff) | |
download | volse-hubzilla-5b5f0666f9addc4b2c0cd69495d9fe8f76011ee2.tar.gz volse-hubzilla-5b5f0666f9addc4b2c0cd69495d9fe8f76011ee2.tar.bz2 volse-hubzilla-5b5f0666f9addc4b2c0cd69495d9fe8f76011ee2.zip |
second pass name change
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 900d78e36..1c39e8ecf 100644 --- a/mod/siteinfo.php +++ b/mod/siteinfo.php @@ -161,7 +161,7 @@ function siteinfo_content(&$a) { '$lastpoll' => get_poller_runtime(), '$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 the Red Matrix.'), + '$visit' => t('Please visit <a href="https://redmatrix.me">redmatrix.me</a> to learn more about the Hubzilla.'), '$bug_text' => t('Bug reports and issues: please visit'), '$bug_link_url' => 'https://github.com/redmatrix/hubzilla/issues', '$bug_link_text' => 'hubzilla issues', |