Added translatable string to Disable Private Session

This commit is contained in:
Amaru8 2022-04-08 21:02:17 +02:00
parent 6c2a1774f2
commit 9dd8ec0eaf
5 changed files with 8 additions and 1 deletions

View file

@ -132,7 +132,7 @@
<button class="usermenu-item" v-if="cfg.general.privateEnabled"
@click="cfg.general.privateEnabled = false">
<span class="usermenu-item-icon"><%- include("../svg/x.svg") %></span>
<span class="usermenu-item-name">{{$root.getLz('term.disable')}} {{$root.getLz('term.privateSession')}}</span>
<span class="usermenu-item-name">{{$root.getLz('term.disablePrivateSession')}}</span>
</button>
<button class="usermenu-item" @click="appRoute('remote-pair')">
<span class="usermenu-item-icon">