From a04ccf3a9f4e5d9a9baf53c64e5eca2ba3c57eec Mon Sep 17 00:00:00 2001 From: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Date: Fri, 18 Aug 2023 14:08:08 +0200 Subject: [PATCH] Update lib/Dashboard/TalkWidget.php Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> --- lib/Dashboard/TalkWidget.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Dashboard/TalkWidget.php b/lib/Dashboard/TalkWidget.php index f745f57ca2f..67766b166c9 100644 --- a/lib/Dashboard/TalkWidget.php +++ b/lib/Dashboard/TalkWidget.php @@ -117,7 +117,7 @@ public function getWidgetButtons(string $userId): array { $buttons[] = new WidgetButton( WidgetButton::TYPE_MORE, $this->url->linkToRouteAbsolute('spreed.Page.index'), - $this->l10n->t('More talk rooms') + $this->l10n->t('More conversations') ); return $buttons; }