translation #52

This commit is contained in:
2026-02-06 17:54:21 +02:00
parent 3e9524b4b2
commit 8c804577d1
14 changed files with 140 additions and 67 deletions
@@ -5,7 +5,7 @@
</div>
<asset-selector @select="assignCharacter" :type="['Character']">
<template v-slot:activator="props">
<v-btn v-bind="props" prepend-icon="mdi-video-box" color="deep-orange-darken-4" block>Select character</v-btn>
<v-btn v-bind="props" prepend-icon="mdi-video-box" color="deep-orange-darken-4" block>{{ l.selectCharacter }}</v-btn>
</template>
</asset-selector>
</template>