Cleanup plugin languages

This commit is contained in:
djmaze 2021-07-23 16:18:23 +02:00
parent 8b760ef0d1
commit d1f43f49b7
10 changed files with 14 additions and 65 deletions

View file

@ -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">'