Skip to content

Commit

Permalink
Update lib/Dashboard/TalkWidget.php
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
  • Loading branch information
nickvergessen authored Aug 18, 2023
1 parent 134e04e commit a04ccf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Dashboard/TalkWidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit a04ccf3

Please sign in to comment.