Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-08-17 17:07:00 +0300
committerJoas Schilling <coding@schilljs.com>2020-08-17 17:07:00 +0300
commit6713d5a760c79d568283d2cbf02609bde4309391 (patch)
tree461b88338df4c6ec26003ff1f36bce270048316c /lib/Dashboard
parent6b9ee2f9db32ab74b634096a68bc27d1072327b4 (diff)
Make the dashboard entry mentions and calls
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/Dashboard')
-rw-r--r--lib/Dashboard/TalkWidget.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Dashboard/TalkWidget.php b/lib/Dashboard/TalkWidget.php
index 2a7f5dbd0..16d1b9628 100644
--- a/lib/Dashboard/TalkWidget.php
+++ b/lib/Dashboard/TalkWidget.php
@@ -56,7 +56,7 @@ class TalkWidget implements IWidget {
* @inheritDoc
*/
public function getTitle(): string {
- return $this->l10n->t('Conversations');
+ return $this->l10n->t('Talk mentions');
}
/**