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>2018-03-28 16:53:21 +0300
committerJoas Schilling <coding@schilljs.com>2018-03-28 16:54:04 +0300
commitedc2869a917fa4d4b0abf32ab1725237ea2d059c (patch)
treefa1f39f81b3bc92946a13e4d9e7337280a84c1aa /templates
parentd7c38f2c6b67b4b95890945a2df8a3606c15fb91 (diff)
Unify naming in the UI: rooms are conversations
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.php b/templates/index.php
index 3d8dd5f2f..9efa62a58 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -44,7 +44,7 @@ script(
</script>
<div id="app-navigation" class="icon-loading">
<form id="oca-spreedme-add-room">
- <input id="select-participants" class="select2-offscreen" type="text" placeholder="<?php p($l->t('Choose person …')) ?>"/>
+ <input id="select-participants" class="select2-offscreen" type="text" placeholder="<?php p($l->t('New conversation …')) ?>"/>
</form>
<ul id="spreedme-room-list" class="with-icon">
</ul>