X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fmatch.php;h=47d98797944d9f3a566b544d47f295a3d4e13d12;hb=62f3c1f4b8b63bba6117ac50a49387fafd71a90a;hp=0805af7c5655095fd6ff008f9a0d6cb63b76561d;hpb=6c36fd9e01510a14fea9de766b4afe6760912a2e;p=friendica.git diff --git a/mod/match.php b/mod/match.php index 0805af7c56..47d9879794 100644 --- a/mod/match.php +++ b/mod/match.php @@ -1,11 +1,26 @@ . + * */ use Friendica\App; use Friendica\Content\Widget; -use Friendica\Core\Config; use Friendica\Core\Renderer; use Friendica\Core\Search; use Friendica\Database\DBA; @@ -45,7 +60,7 @@ function match_content(App $a) return ''; } if (!$profile['pub_keywords'] && (!$profile['prv_keywords'])) { - notice(DI::l10n()->t('No keywords to match. Please add keywords to your default profile.') . EOL); + notice(DI::l10n()->t('No keywords to match. Please add keywords to your profile.') . EOL); return ''; }