add: wording, vibration
Adapt wordings, add small vibration on edit and delete
This commit is contained in:
parent
3f398a0081
commit
27f051cf14
4 changed files with 8 additions and 6 deletions
app/components/Pp
|
@ -5,7 +5,7 @@
|
|||
>
|
||||
<form method="dialog">
|
||||
<header class="flex-row padding">
|
||||
{{ cardLabel }}
|
||||
{{ currentCardIndex > -1 ? 'Bearbeiten' : 'Neues Hinzufügen' }}
|
||||
<PpButton class="round text">
|
||||
<Icon name="uil:times" mode="svg" />
|
||||
</PpButton>
|
||||
|
@ -65,7 +65,7 @@
|
|||
</PpButton>
|
||||
</form>
|
||||
<PpButton class="raised" @click="validate">
|
||||
<span>{{ cardLabel }}</span>
|
||||
<span>{{ currentCardIndex > -1 ? 'Übernehmen' : 'Hinzufügen' }}</span>
|
||||
</PpButton>
|
||||
</footer>
|
||||
</dialog>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue