mirror of
https://github.com/friendica/friendica
synced 2024-11-10 03:42:53 +00:00
remove default from match.php
This commit is contained in:
parent
154109f9ee
commit
6ea9c1764c
1 changed files with 1 additions and 1 deletions
|
@ -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 '';
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue