aboutsummaryrefslogtreecommitdiffstats
path: root/mod/match.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-03-21 21:43:22 -0700
committerFriendika <info@friendika.com>2011-03-21 21:43:22 -0700
commitee11a74d0b7cff5061a4d498f8ecd15e55b91b07 (patch)
treef27719e0f09ca48f98156dd3af38761d36668e23 /mod/match.php
parentc74367e4c2dbcb9ef20bc07a3ea815902c61600a (diff)
downloadvolse-hubzilla-ee11a74d0b7cff5061a4d498f8ecd15e55b91b07.tar.gz
volse-hubzilla-ee11a74d0b7cff5061a4d498f8ecd15e55b91b07.tar.bz2
volse-hubzilla-ee11a74d0b7cff5061a4d498f8ecd15e55b91b07.zip
profile match
Diffstat (limited to 'mod/match.php')
-rw-r--r--mod/match.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/match.php b/mod/match.php
index f3c78bc7d..7228529d7 100644
--- a/mod/match.php
+++ b/mod/match.php
@@ -7,7 +7,7 @@ function match_content(&$a) {
if(! local_user())
return;
- $o .= '<h2>' . t('Profile Keyword Match') . '</h2>';
+ $o .= '<h2>' . t('Profile Match') . '</h2>';
$r = q("SELECT `pub_keywords`, `prv_keywords` FROM `profile` WHERE `is-default` = 1 AND `uid` = %d LIMIT 1",
intval(local_user())