remove default from match.php

This commit is contained in:
Steffen K9
2020-03-29 11:37:23 +02:00
committed by GitHub
parent 154109f9ee
commit 6ea9c1764c

View 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 '';
}