summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2019-05-07 08:54:48 +0200
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2019-05-07 08:54:48 +0200
commit2f6fe8622eb8a8477f44f13eadde0a97c06c9353 (patch)
treee02851bedceef56d531afef2bc7c5f3f7c197248 /templates
parent8905be0f4f7e5bedd96b5ed10d74c8fd9b11568a (diff)
Rename "call" to "conversation" in authenticate page
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/authenticate.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/authenticate.php b/templates/authenticate.php
index 334b3f5b7..ee9e04ed0 100644
--- a/templates/authenticate.php
+++ b/templates/authenticate.php
@@ -7,7 +7,7 @@
<form method="post">
<fieldset class="warning">
<?php if (!isset($_['wrongpw'])){ ?>
- <div class="warning-info"><?php p($l->t('This call is password-protected')); ?></div>
+ <div class="warning-info"><?php p($l->t('This conversation is password-protected')); ?></div>
<?php } else { ?>
<div class="warning"><?php p($l->t('The password is wrong. Try again.')); ?></div>
<?php } ?>