X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fmatch.php;h=47d98797944d9f3a566b544d47f295a3d4e13d12;hb=13a4483c59d916b48f9585beb7f5a71328055b72;hp=b262bfd11590519489ce6bc1286c0d2e65912f27;hpb=ed9392469e7327639cc2d21870ad0ccacb3cda4d;p=friendica.git diff --git a/mod/match.php b/mod/match.php index b262bfd115..47d9879794 100644 --- a/mod/match.php +++ b/mod/match.php @@ -1,6 +1,22 @@ . + * */ use Friendica\App; @@ -44,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 ''; }