[Client] Fix i18n
This commit is contained in:
parent
9aa65fb600
commit
20cf2b3f77
2 changed files with 3 additions and 3 deletions
|
|
@ -8,10 +8,10 @@
|
|||
>
|
||||
<h1><slot name="header"></slot></h1>
|
||||
<div>
|
||||
<button class="popout" v-if="popoutUrl" @mousedown.stop="() => {}" @click="popout" :title="$t('title')">
|
||||
<button class="popout" v-if="popoutUrl" @mousedown.stop="() => {}" @click="popout" :title="$t('popout')">
|
||||
<i><fa :icon="['far', 'window-restore']"/></i>
|
||||
</button>
|
||||
<button class="close" v-if="canClose" @mousedown.stop="() => {}" @click="close" :title="$t('title')">
|
||||
<button class="close" v-if="canClose" @mousedown.stop="() => {}" @click="close" :title="$t('close')">
|
||||
<i><fa icon="times"/></i>
|
||||
</button>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue