summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-06-23 19:35:19 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-06-23 19:35:19 +0900
commita76fb4c1738dea589f4dc308d05b5466f3e451d4 (patch)
tree537119cb95dbaf2d96759f8e25faa1aa5aaf4c17 /src
parentMFM: Improve search syntax (diff)
downloadsharkey-a76fb4c1738dea589f4dc308d05b5466f3e451d4.tar.gz
sharkey-a76fb4c1738dea589f4dc308d05b5466f3e451d4.tar.bz2
sharkey-a76fb4c1738dea589f4dc308d05b5466f3e451d4.zip
i18n
Diffstat (limited to 'src')
-rw-r--r--src/client/app/common/views/components/google.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/common/views/components/google.vue b/src/client/app/common/views/components/google.vue
index 92817d3c1f..8272961ef2 100644
--- a/src/client/app/common/views/components/google.vue
+++ b/src/client/app/common/views/components/google.vue
@@ -1,7 +1,7 @@
<template>
<div class="mk-google">
<input type="search" v-model="query" :placeholder="q">
- <button @click="search">検索</button>
+ <button @click="search">%fa:search% %i18n:common.search%</button>
</div>
</template>