summaryrefslogtreecommitdiff
path: root/packages/client/src/components
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2022-02-25 14:40:11 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2022-02-25 14:40:11 +0900
commit9202ce6d7c2f62c6796684be2c82bc35445b1d8c (patch)
treed81c1dc1fecb33f89a1de9321dc55be8fc9753df /packages/client/src/components
parentenhance(client): improve launch pad usability (diff)
downloadmisskey-9202ce6d7c2f62c6796684be2c82bc35445b1d8c.tar.gz
misskey-9202ce6d7c2f62c6796684be2c82bc35445b1d8c.tar.bz2
misskey-9202ce6d7c2f62c6796684be2c82bc35445b1d8c.zip
client: 検索構文でGoogle明示 & deprecated
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>