mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 21:49:21 +03:00
Cleanup plugin languages
This commit is contained in:
parent
8b760ef0d1
commit
d1f43f49b7
10 changed files with 14 additions and 65 deletions
|
|
@ -4,7 +4,7 @@
|
|||
rl && addEventListener('rl-view-model', e => {
|
||||
if (e.detail && 'Login' === e.detail.viewModelTemplateID) {
|
||||
const container = e.detail.viewModelDom.querySelector('#plugin-Login-BottomControlGroup'),
|
||||
placeholder = 'LOGIN/LABEL_VERIFICATION_CODE';
|
||||
placeholder = 'LOGIN/LABEL_TWO_FACTOR_CODE';
|
||||
if (container) {
|
||||
container.prepend(Element.fromHTML('<div class="controls">'
|
||||
+ '<div class="input-append">'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue