fix missing i18n string (#7945)

This commit is contained in:
Johann150 2021-11-05 02:49:50 +01:00 committed by GitHub
parent f30df92597
commit 37b535df30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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