Set default text for subscription

This commit is contained in:
Arwed Molitor 2024-03-14 18:01:00 +01:00 committed by philipp lang
parent e21e818ac6
commit 2d02c79c86
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
</a> </a>
</div> </div>
<a href="#" class="btn btn-sm flex btn-primary flex self-start mt-4" <a href="#" class="btn btn-sm flex btn-primary flex self-start mt-4"
@click.prevent="inner.children.push({ name: '', amount: 0 })"> @click.prevent="inner.children.push({ name: ('Beitrag {year} für {name} (' + inner.name + ')'), amount: 0 })">
<ui-sprite src="plus" class="w-5 h-5"></ui-sprite> <ui-sprite src="plus" class="w-5 h-5"></ui-sprite>
Position hinzufügen Position hinzufügen
</a> </a>