summaryrefslogtreecommitdiff
path: root/packages/client/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'packages/client/src/components')
-rw-r--r--packages/client/src/components/google.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/client/src/components/google.vue b/packages/client/src/components/google.vue
index 210ca72bfe..bb4b439ee8 100644
--- a/packages/client/src/components/google.vue
+++ b/packages/client/src/components/google.vue
@@ -1,7 +1,7 @@
<template>
<div class="mk-google">
<input v-model="query" type="search" :placeholder="q">
- <button @click="search"><i class="fas fa-search"></i> {{ $ts.search }}</button>
+ <button @click="search"><i class="fas fa-search"></i> {{ $ts.searchByGoogle }}</button>
</div>
</template>