diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-06-23 19:35:19 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-06-23 19:35:19 +0900 |
| commit | a76fb4c1738dea589f4dc308d05b5466f3e451d4 (patch) | |
| tree | 537119cb95dbaf2d96759f8e25faa1aa5aaf4c17 /src | |
| parent | MFM: Improve search syntax (diff) | |
| download | sharkey-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.vue | 2 |
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> |