From 6ea9c1764c03d7c8dfc264bbbfd971b7e2692814 Mon Sep 17 00:00:00 2001 From: Steffen K9 Date: Sun, 29 Mar 2020 11:37:23 +0200 Subject: [PATCH] remove default from match.php --- mod/match.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/match.php b/mod/match.php index 471d52ef6b..47d9879794 100644 --- a/mod/match.php +++ b/mod/match.php @@ -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 ''; }