diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-03-10 03:29:28 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-03-10 03:29:28 +0900 |
| commit | 5cbac059e537328cf51390084b969eb6779f7ea6 (patch) | |
| tree | cfd27c326e062d622acd553a72f9c8f6295fc131 /src/web | |
| parent | v4070 (diff) | |
| download | misskey-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.vue | 4 |
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> |