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
path: root/lib
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-08-29 11:12:18 +0300
committerJoas Schilling <coding@schilljs.com>2019-08-29 12:38:48 +0300
commitb1a152735c6bd8099a3fddd1da932a620ce54428 (patch)
tree86dd108e35214ec782aea21a97a143d08f5dfe3c /lib
parentde1ed587b63ce9fc8b33edfefc9eda39d36b4aac (diff)
Fix the activity description because there are no rooms
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Activity/Setting.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Activity/Setting.php b/lib/Activity/Setting.php
index 3b92dc037..6a4b14601 100644
--- a/lib/Activity/Setting.php
+++ b/lib/Activity/Setting.php
@@ -48,7 +48,7 @@ class Setting implements ISetting {
* @since 11.0.0
*/
public function getName(): string {
- return $this->l->t('You were invited to a <strong>talk</strong> room or had a <strong>call</strong>');
+ return $this->l->t('You were invited to a <strong>conversation</strong> or had a <strong>call</strong>');
}
/**