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>2017-10-19 15:36:05 +0300
committerJoas Schilling <coding@schilljs.com>2017-10-19 15:36:05 +0300
commit54a707ae5c15543f9ae68565c382f6598d0a7ea6 (patch)
treec8194fc1cc7d98d5afa428e5b11a40df7fa4455e /lib/Activity
parentcbbb768f479a55697b239229c40904f2e80c49a8 (diff)
Fix activity description
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/Activity')
-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 616a1562f..4845a25d0 100644
--- a/lib/Activity/Setting.php
+++ b/lib/Activity/Setting.php
@@ -50,7 +50,7 @@ class Setting implements ISetting {
* @since 11.0.0
*/
public function getName() {
- return $this->l->t('You were invited to a <strong>video call</strong>');
+ return $this->l->t('You were invited to a <strong>talk</strong> room or had a <strong>call</strong>');
}
/**