@@ -97,7 +97,7 @@
{{ tt('No available category') }}
-
{{ tt('Add Default Categories') }}
@@ -124,14 +124,14 @@
:icon-id="element.icon" :color="element.color"
:hidden-status="element.hidden" />
- {{ element.name }}
-
+ {{ element.name }}
+
-
{{ tt('Delete') }}
-
+
{{ tt('Drag to Reorder') }}
diff --git a/src/views/desktop/categories/list/dialogs/EditDialog.vue b/src/views/desktop/categories/list/dialogs/EditDialog.vue
index 877d50bf..6f91168a 100644
--- a/src/views/desktop/categories/list/dialogs/EditDialog.vue
+++ b/src/views/desktop/categories/list/dialogs/EditDialog.vue
@@ -4,7 +4,7 @@
{{ tt(title) }}
-
+
@@ -35,7 +35,7 @@
-
@@ -84,7 +84,7 @@
{{ tt(saveButtonTitle) }}
-
+
diff --git a/src/views/desktop/categories/list/dialogs/PresetDialog.vue b/src/views/desktop/categories/list/dialogs/PresetDialog.vue
index 59a425c1..c32eb9f2 100644
--- a/src/views/desktop/categories/list/dialogs/PresetDialog.vue
+++ b/src/views/desktop/categories/list/dialogs/PresetDialog.vue
@@ -19,7 +19,7 @@
- {{ category.name }}
+ {{ category.name }}
@@ -29,7 +29,7 @@
- {{ subCategory.name }}
+ {{ subCategory.name }}
@@ -43,7 +43,7 @@
{{ tt('Save') }}
-
+
{{ tt('Cancel') }}
@@ -137,6 +137,7 @@ function save(): void {
diff --git a/src/views/desktop/common/cards/AccountFilterSettingsCard.vue b/src/views/desktop/common/cards/AccountFilterSettingsCard.vue
index b2a86c98..50af6cd0 100644
--- a/src/views/desktop/common/cards/AccountFilterSettingsCard.vue
+++ b/src/views/desktop/common/cards/AccountFilterSettingsCard.vue
@@ -5,7 +5,7 @@
{{ tt(title) }}
-
@@ -36,7 +36,7 @@
{{ tt(title) }}
-
@@ -83,7 +83,7 @@
v-for="accountCategory in allCategorizedAccounts"
v-show="showHidden || accountCategory.allVisibleAccountCount > 0">
- {{ tt(accountCategory.name) }}
+ {{ tt(accountCategory.name) }}
@@ -99,7 +99,7 @@
- {{ account.name }}
+ {{ account.name }}
@@ -107,7 +107,7 @@
-
@@ -120,7 +120,7 @@
- {{ subAccount.name }}
+ {{ subAccount.name }}
diff --git a/src/views/desktop/common/cards/CategoryFilterSettingsCard.vue b/src/views/desktop/common/cards/CategoryFilterSettingsCard.vue
index a3c1afa2..b982df52 100644
--- a/src/views/desktop/common/cards/CategoryFilterSettingsCard.vue
+++ b/src/views/desktop/common/cards/CategoryFilterSettingsCard.vue
@@ -5,7 +5,7 @@
{{ tt(title) }}
-
@@ -36,7 +36,7 @@
{{ tt(title) }}
-
@@ -78,7 +78,7 @@
class="border"
v-for="transactionType in allTransactionCategories">
- {{ getCategoryTypeName(transactionType.type) }}
+ {{ getCategoryTypeName(transactionType.type) }}
@@ -96,7 +96,7 @@
- {{ category.name }}
+ {{ category.name }}
@@ -104,7 +104,7 @@
-
@@ -117,7 +117,7 @@
- {{ subCategory.name }}
+ {{ subCategory.name }}
diff --git a/src/views/desktop/common/cards/TransactionTagFilterSettingsCard.vue b/src/views/desktop/common/cards/TransactionTagFilterSettingsCard.vue
index 68df0865..0a6d60cd 100644
--- a/src/views/desktop/common/cards/TransactionTagFilterSettingsCard.vue
+++ b/src/views/desktop/common/cards/TransactionTagFilterSettingsCard.vue
@@ -5,7 +5,7 @@
{{ tt(title) }}
-
@@ -36,7 +36,7 @@
{{ tt(title) }}
-
@@ -90,7 +90,7 @@
- {{ tt('Tags') }}
+ {{ tt('Tags') }}
@@ -107,7 +107,7 @@
- {{ transactionTag.name }}
+ {{ transactionTag.name }}
@@ -269,7 +269,8 @@ init();
}
.tag-categories .v-expansion-panel-text__wrapper {
- padding: 0 0 0 20px;
+ padding: 0 0 0 0;
+ padding-inline-start: 20px;
}
.tag-categories .v-expansion-panel--active:not(:first-child),
diff --git a/src/views/desktop/exchangerates/ListPage.vue b/src/views/desktop/exchangerates/ListPage.vue
index 7750bc03..b45cd277 100644
--- a/src/views/desktop/exchangerates/ListPage.vue
+++ b/src/views/desktop/exchangerates/ListPage.vue
@@ -39,9 +39,9 @@
v-if="exchangeRatesData && exchangeRatesData.exchangeRates && exchangeRatesData.exchangeRates.length">
-
- {{ exchangeRate.currencyDisplayName }}
- {{ exchangeRate.currencyCode }}
+
+ {{ exchangeRate.currencyDisplayName }}
+ {{ exchangeRate.currencyCode }}
@@ -61,16 +61,16 @@
|