Merge remote-tracking branch 'origin/master' into voting

This commit is contained in:
Steffen 2020-05-09 21:47:10 +02:00
commit bcd57ca3d2
No known key found for this signature in database
GPG Key ID: 764D74E98267DFC6
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
v-show="modals.role && availableRoles.length"
@close="toggleModal('role')"
>
<h3>Choose a new character: {{ players[playerIndex].name }}</h3>
<h3>Choose a new character for {{ playerIndex >= 0 ? players[playerIndex].name : "bluffing" }}</h3>
<ul class="tokens">
<li
v-for="role in availableRoles"