]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/BaseProfile.php
spelling: group
[friendica.git] / src / Module / BaseProfile.php
index 28b824adb6252beb45a9629b0fe0c100ec2b0427..b7584d9db6098c7fde3caa3600bb3ef085ed46dc 100644 (file)
@@ -54,10 +54,10 @@ class BaseProfile extends BaseModule
                                'accesskey' => 'r',
                        ],
                        [
-                               'label' => DI::l10n()->t('Status'),
-                               'url'   => $baseProfileUrl . '/status',
+                               'label' => DI::l10n()->t('Conversations'),
+                               'url'   => $baseProfileUrl . '/conversations',
                                'sel'   => $current == 'status' ? 'active' : '',
-                               'title' => DI::l10n()->t('Status Messages and Posts'),
+                               'title' => DI::l10n()->t('Conversations started'),
                                'id'    => 'status-tab',
                                'accesskey' => 'm',
                        ],