summaryrefslogtreecommitdiff
path: root/src/web
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-03-10 03:29:28 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-03-10 03:29:28 +0900
commit5cbac059e537328cf51390084b969eb6779f7ea6 (patch)
treecfd27c326e062d622acd553a72f9c8f6295fc131 /src/web
parentv4070 (diff)
downloadmisskey-5cbac059e537328cf51390084b969eb6779f7ea6.tar.gz
misskey-5cbac059e537328cf51390084b969eb6779f7ea6.tar.bz2
misskey-5cbac059e537328cf51390084b969eb6779f7ea6.zip
Better text
Diffstat (limited to 'src/web')
-rw-r--r--src/web/app/common/views/components/othello.room.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/web/app/common/views/components/othello.room.vue b/src/web/app/common/views/components/othello.room.vue
index 49f199f72a..41226057b3 100644
--- a/src/web/app/common/views/components/othello.room.vue
+++ b/src/web/app/common/views/components/othello.room.vue
@@ -26,8 +26,8 @@
<mk-switch v-model="game.settings.is_llotheo" @change="onIsLlotheoChange" text="石の少ない方が勝ち(ロセオ)"/>
<div>
<el-radio v-model="game.settings.bw" label="random" @change="onBwChange">ランダム</el-radio>
- <el-radio v-model="game.settings.bw" :label="1" @change="onBwChange">{{ game.user1.name }}が先行</el-radio>
- <el-radio v-model="game.settings.bw" :label="2" @change="onBwChange">{{ game.user2.name }}が先行</el-radio>
+ <el-radio v-model="game.settings.bw" :label="1" @change="onBwChange">{{ game.user1.name }}が黒</el-radio>
+ <el-radio v-model="game.settings.bw" :label="2" @change="onBwChange">{{ game.user2.name }}が黒</el-radio>
</div>
</div>