summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-08-03 23:01:55 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-08-03 23:01:55 +0900
commit8272118e2945be46d19d098befcfcf5bb1dfbcc3 (patch)
treeff7cf6e16fa67812dc849991a3525c7dcae9f22f
parent:pizza: (diff)
downloadmisskey-8272118e2945be46d19d098befcfcf5bb1dfbcc3.tar.gz
misskey-8272118e2945be46d19d098befcfcf5bb1dfbcc3.tar.bz2
misskey-8272118e2945be46d19d098befcfcf5bb1dfbcc3.zip
typo
-rw-r--r--locales/ja.yml2
-rw-r--r--src/client/app/common/views/components/games/reversi/reversi.room.vue2
2 files changed, 2 insertions, 2 deletions
diff --git a/locales/ja.yml b/locales/ja.yml
index 4cbee25128..9760f976ae 100644
--- a/locales/ja.yml
+++ b/locales/ja.yml
@@ -209,7 +209,7 @@ common/views/components/games/reversi/reversi.room.vue:
looped-map: "ループマップ"
can-put-everywhere: "どこでも置けるモード"
settings-of-the-bot: "Botの設定"
- this-gane-is-started-soon: "ゲームは数秒後に開始されます"
+ this-game-is-started-soon: "ゲームは数秒後に開始されます"
waiting-for-other: "相手の準備が完了するのを待っています"
waiting-for-me: "あなたの準備が完了するのを待っています"
waiting-for-both: "準備中"
diff --git a/src/client/app/common/views/components/games/reversi/reversi.room.vue b/src/client/app/common/views/components/games/reversi/reversi.room.vue
index de5040f630..f925a45f62 100644
--- a/src/client/app/common/views/components/games/reversi/reversi.room.vue
+++ b/src/client/app/common/views/components/games/reversi/reversi.room.vue
@@ -93,7 +93,7 @@
<footer>
<p class="status">
- <template v-if="isAccepted && isOpAccepted">%i18n:@this-gane-is-started-soon%<mk-ellipsis/></template>
+ <template v-if="isAccepted && isOpAccepted">%i18n:@this-game-is-started-soon%<mk-ellipsis/></template>
<template v-if="isAccepted && !isOpAccepted">%i18n:@waiting-for-other%<mk-ellipsis/></template>
<template v-if="!isAccepted && isOpAccepted">%i18n:@waiting-for-me%</template>
<template v-if="!isAccepted && !isOpAccepted">%i18n:@waiting-for-both%<mk-ellipsis/></template>