Change tag order
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Arwed Molitor 2023-07-27 14:06:28 +02:00 committed by Philipp Lang
parent a009fabb15
commit 59c2c527fb
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<template>
<div class="bool-row">
<ui-bool true-comment="Mittendrin abonniert" false-comment="Mittendrin nicht abonníert" v-model="member.send_newspaper">M</ui-bool>
<ui-bool true-comment="In NaMi eingetragen" false-comment="Nicht in NaMi eingetragen" v-model="member.has_nami">N</ui-bool>
<ui-bool true-comment="Mittendrin abonniert" false-comment="Mittendrin nicht abonníert" v-model="member.send_newspaper">M</ui-bool>
</div>
</template>