summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohann150 <johann.galle@protonmail.com>2021-11-05 02:49:50 +0100
committerGitHub <noreply@github.com>2021-11-05 10:49:50 +0900
commit37b535df300db5b6e66365855cfbfa663e4f3fb3 (patch)
tree7aedcfe27efaef9a24fc5c9e54788327fa5a03d3 /src
parentUpdate CHANGELOG.md (diff)
downloadsharkey-37b535df300db5b6e66365855cfbfa663e4f3fb3.tar.gz
sharkey-37b535df300db5b6e66365855cfbfa663e4f3fb3.tar.bz2
sharkey-37b535df300db5b6e66365855cfbfa663e4f3fb3.zip
fix missing i18n string (#7945)
Diffstat (limited to 'src')
-rw-r--r--src/client/pages/explore.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/pages/explore.vue b/src/client/pages/explore.vue
index a77b4e53c3..5a23d34d27 100644
--- a/src/client/pages/explore.vue
+++ b/src/client/pages/explore.vue
@@ -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>