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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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