Update publicdisplayname.php

In line 11 change "How is your name" to "Please enter your name!"
pull/29/head
fanf1re 2020-05-09 13:09:18 -04:00 committed by GitHub
parent 5f0d0bb77e
commit 63fa8c6663
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
<fieldset class="warning">
<h2><?php p($_['room']) ?></h2>
<?php if (!isset($_['wrongdisplayname']) || !$_['wrongdisplayname']): ?>
<p><?php p($l->t('How is your name?')); ?></p>
<p><?php p($l->t('Please enter your name!')); ?></p>
<?php endif; ?>
<?php if (isset($_['wrongdisplayname']) && $_['wrongdisplayname']): ?>
<div class="warning"><?php p($l->t('The name must be at least 3 characters long.')); ?></div>
@ -22,4 +22,4 @@
class="svg icon-confirm input-button-inline" value="" />
</p>
</fieldset>
</form>
</form>