[start page] fix for rtl support

This commit is contained in:
maxkadushkin
2023-12-22 13:48:29 +03:00
parent 8b2ce7cbdf
commit 630ca4da54
2 changed files with 2 additions and 1 deletions

View File

@ -142,6 +142,7 @@ l10n.en = {
settOptDescDisabled: "Auto checking updates will be disabled",
settOptDescAUpdateSilent: "Download updates and ask before install",
settOptDescAUpdateAsk: "You will be notified about all updates steps",
settRtlMode: "RTL Interface",
}

View File

@ -184,7 +184,7 @@
<div class='settings-field' style='display:none;'>
<section class='switch-labeled hbox' id='sett-box-rtl-mode'>
<input type="checkbox" class="checkbox" id="sett-rtl-mode">
<label for="sett-rtl-mode" class='sett__caption' l10n>RTL Interface *</label>
<label for="sett-rtl-mode" class='sett__caption' l10n>${_lang.settRtlMode} (Beta) *</label>
</section>
</div>
<div class='settings-field' id='opts-ui-scaling' style='display:none'>