X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FWelcome.php;h=1c8209b59ff9778f674f748302ca5e26984c854b;hb=3d64c3031bd79ed9162774f945ffe169954c4785;hp=7f102c13d3de8b511c8e5b67e7c7e7f9f09ad2fc;hpb=1bc4b2e0788ac11d3b377013b410f2250fff68aa;p=friendica.git diff --git a/src/Module/Welcome.php b/src/Module/Welcome.php index 7f102c13d3..1c8209b59f 100644 --- a/src/Module/Welcome.php +++ b/src/Module/Welcome.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\Module; @@ -41,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,