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:
authorIvan Sein <ivan@struktur.de>2018-03-29 10:43:07 +0300
committerGitHub <noreply@github.com>2018-03-29 10:43:07 +0300
commitb111ce28c385db1d9550871a675985af818e24ce (patch)
treef5b7c7b1fa3e0814032d18447466b8b12870edb4 /templates
parentd53c8cb1044881b5e74433b14c3da5966e5962d7 (diff)
parentedc2869a917fa4d4b0abf32ab1725237ea2d059c (diff)
Merge pull request #751 from nextcloud/bugfix/noid/naming
Unify naming in the UI: rooms are conversations
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 a7af9e24f..391f19ec6 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>