Remove some more icons and consolidate further on Add

This commit is contained in:
Johannes Zellner
2025-09-22 20:42:02 +02:00
parent 14f93a91e3
commit 1202be4686
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -203,7 +203,7 @@ onMounted(async () => {
<Section :title="$t('profile.appPasswords.title')">
<template #header-buttons>
<Button @click="newDialog.open()" icon="fa fa-plus">{{ $t('profile.appPasswords.newPassword') }}</Button>
<Button @click="newDialog.open()">{{ $t('main.action.add') }}</Button>
</template>
<div>{{ $t('profile.appPasswords.description') }}</div>