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
@@ -177,7 +177,7 @@ onMounted(async () => {
<Section :title="$t('profile.apiTokens.title')">
<template #header-buttons>
<Button @click="newDialog.open()" icon="fa fa-plus">{{ $t('profile.apiTokens.newApiToken') }}</Button>
<Button @click="newDialog.open()">{{ $t('main.action.add') }}</Button>
</template>
<div v-html="$t('profile.apiTokens.description', { apiDocsLink: 'https://docs.cloudron.io/api.html' })"></div>
+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>