mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 04:59:21 +03:00
Plugins templates translations fixes (#556)
This commit is contained in:
parent
0eb2dd96aa
commit
ed7acaa33f
3 changed files with 10 additions and 6 deletions
|
|
@ -4,11 +4,15 @@
|
|||
</div>
|
||||
<div class="controls">
|
||||
<div class="input-append">
|
||||
|
||||
<input class="i18n input-block-level inputLoginForm inputCAPTCHA" type="text" autocomplete="off"
|
||||
id="recaptcha_response_field" data-i18n-placeholder="PLUGIN/LABEL_ENTER_THE_WORDS_ABOVE" />
|
||||
id="recaptcha_response_field" data-i18n-placeholder="PLUGIN/LABEL_ENTER_THE_WORDS_ABOVE"
|
||||
data-i18n="[placeholder]PLUGIN/LABEL_ENTER_THE_WORDS_ABOVE" />
|
||||
|
||||
<span class="add-on">
|
||||
<i class="icon-repeat" onclick="Recaptcha.reload()" style="cursor: pointer"></i>
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue