diff --git a/src/client/app/common/views/components/games/reversi/reversi.game.vue b/src/client/app/common/views/components/games/reversi/reversi.game.vue index 71eb3d1c9..98eda88fe 100644 --- a/src/client/app/common/views/components/games/reversi/reversi.game.vue +++ b/src/client/app/common/views/components/games/reversi/reversi.game.vue @@ -4,8 +4,13 @@
({{ $t('@.reversi.black') }}) vs ({{ $t('@.reversi.white') }})
-

{{ $t('@.reversi.turn-of', { name: $options.filters.userName(turnUser) }) }}

-

{{ $t('@.reversi.past-turn-of', { name: $options.filters.userName(turnUser) }) }}

+

+ + +

+

+ +

{{ $t('@.reversi.opponent-turn') }}

{{ $t('@.reversi.my-turn') }}

diff --git a/src/client/app/common/views/pages/follow.vue b/src/client/app/common/views/pages/follow.vue index 6c945ab22..efcdb4a3b 100644 --- a/src/client/app/common/views/pages/follow.vue +++ b/src/client/app/common/views/pages/follow.vue @@ -1,7 +1,8 @@