Update RoleModal.vue

This commit is contained in:
Steffen 2020-05-08 20:28:57 +02:00 committed by GitHub
parent 36f7d0cfa0
commit 5f2ea234a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 for {{ playerIndex >= 0 ? players[playerIndex].name : "Bluff" }}</h3>
<h3>Choose a new character for {{ playerIndex >= 0 ? players[playerIndex].name : "bluffing" }}</h3>
<ul class="tokens">
<li
v-for="role in availableRoles"