]> git.mxchange.org Git - friendica.git/commitdiff
remove default from welcome.php
authorSteffen K9 <alfred@skrumbholz.de>
Sun, 29 Mar 2020 09:36:04 +0000 (11:36 +0200)
committerGitHub <noreply@github.com>
Sun, 29 Mar 2020 09:36:04 +0000 (11:36 +0200)
src/Module/Welcome.php

index 60b6454d2ea0fc7a110558e5b89dbb587aafb7fb..ba98389ffa7ae8230d306e3a6c69ff18eeb9dabc 100644 (file)
@@ -60,7 +60,7 @@ class Welcome extends BaseModule
                        '$profiles_link'          => DI::l10n()->t('Edit Your Profile'),
                        '$profiles_txt'           => DI::l10n()->t('Edit your <strong>default</strong> 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,