Make the submit button translatable

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst 2017-03-09 18:43:47 +01:00
Родитель f9504889b1
Коммит ee7fb3567f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: CC42AC2A7F0E56D8
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -5,7 +5,7 @@ style('twofactor_totp', 'style');
<form method="POST" class="totp-form">
<input type="tel" minlength="6" maxlength="6" name="challenge" required="required" autofocus autocomplete="off" autocapitalize="off" placeholder="<?php p($l->t('Authentication code')) ?>">
<button type="submit">
<span>Submit</span>
<span><?php p($l->t('Submit')); ?></span>
</button>
<p><?php p($l->t('Get the authentication code from the two-factor authentication app on your device.')) ?></p>
</form>