зеркало из https://github.com/nextcloud/spreed.git
Rename "call" to "conversation" in authenticate page
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
This commit is contained in:
Родитель
8905be0f4f
Коммит
2f6fe8622e
|
@ -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 } ?>
|
||||
|
|
Загрузка…
Ссылка в новой задаче