X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FGame.vue;h=d920053aa5cb1e476d1f20278137d36b185d82d6;hp=282a3716b74e6188504c62360a783cd20e6fdffb;hb=afde76668963c4d0d96002fcae2ebabb9acf81e4;hpb=f3fe29d815458e9bfca2295d16b1f6221040eb10 diff --git a/client/src/views/Game.vue b/client/src/views/Game.vue index 282a3716..d920053a 100644 --- a/client/src/views/Game.vue +++ b/client/src/views/Game.vue @@ -11,7 +11,7 @@ main .card label.modal-close(for="modalChat") #participants - span {{ Object.keys(people).length + " " + st.tr["participant(s):"] }} + span {{ st.tr["Participant(s):"] }} span( v-for="p in Object.values(people)" v-if="p.focus && !!p.name"