Skip to content

Commit 89cf0eb

Browse files
committed
client: fix playback blocked prompt not being localizable
1 parent d91d1e6 commit 89cf0eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

client/src/views/Room.vue

+2-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
color="warning"
5555
@click="onClickUnblockPlayback"
5656
>
57-
Play
57+
{{ $t("common.play") }}
5858
</v-btn>
5959
</div>
6060
</div>
@@ -824,6 +824,7 @@ $in-video-chat-width-small: 250px;
824824
z-index: 200;
825825
display: flex;
826826
justify-content: center;
827+
align-items: center;
827828
}
828829
829830
.flip-list-move {

0 commit comments

Comments
 (0)