From 154109f9eebaa29f9313b9c8636d8e1828580edf Mon Sep 17 00:00:00 2001 From: Steffen K9 Date: Sun, 29 Mar 2020 11:36:04 +0200 Subject: [PATCH] remove default from welcome.php --- src/Module/Welcome.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Module/Welcome.php b/src/Module/Welcome.php index 60b6454d2e..ba98389ffa 100644 --- a/src/Module/Welcome.php +++ b/src/Module/Welcome.php @@ -60,7 +60,7 @@ class Welcome extends BaseModule '$profiles_link' => DI::l10n()->t('Edit Your Profile'), '$profiles_txt' => DI::l10n()->t('Edit your default profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors.'), '$profiles_keywords_link' => DI::l10n()->t('Profile Keywords'), - '$profiles_keywords_txt' => DI::l10n()->t('Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships.'), + '$profiles_keywords_txt' => DI::l10n()->t('Set some public keywords for your profile which describe your interests. We may be able to find other people with similar interests and suggest friendships.'), '$connecting' => DI::l10n()->t('Connecting'), '$mail_disabled' => $mail_disabled, -- 2.39.2