X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FBaseProfile.php;h=b7584d9db6098c7fde3caa3600bb3ef085ed46dc;hb=55ff23c6c3491c7d182816bd76dfe70511422912;hp=3573542c05ef7b79009e2e33f0f35d0499c5ab0b;hpb=84b2a35e0500df8114e8a20b032cb3a195c3737d;p=friendica.git diff --git a/src/Module/BaseProfile.php b/src/Module/BaseProfile.php index 3573542c05..b7584d9db6 100644 --- a/src/Module/BaseProfile.php +++ b/src/Module/BaseProfile.php @@ -1,6 +1,6 @@ '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', ],