forked from FoundKeyGang/FoundKey
fix missing i18n string (#7945)
This commit is contained in:
parent
f30df92597
commit
37b535df30
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@
|
|||
<MkRadios v-model="searchOrigin">
|
||||
<option value="local">{{ $ts.local }}</option>
|
||||
<option value="remote">{{ $ts.remote }}</option>
|
||||
<option value="both">{{ $ts.both }}</option>
|
||||
<option value="both">{{ $ts.all }}</option>
|
||||
</MkRadios>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue