]> git.mxchange.org Git - friendica.git/blobdiff - mod/match.php
Move drop_items and drop_item out of include/items
[friendica.git] / mod / match.php
index 471d52ef6bb1d8c28ae006d2cdb46104dfa0ed56..47d98797944d9f3a566b544d47f295a3d4e13d12 100644 (file)
@@ -60,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 '';
        }