From c74a9f0dee9cb24fe9971b96f3671c56f0a35140 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Fri, 29 Sep 2023 18:24:59 +0200 Subject: [PATCH] Fix the account name --- CHANGELOG.md | 3 +++ src/views/DeleteAccountView.vue | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0f0bdf..d513d12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - If the browser uses a dark theme, the default theme is also set to dark +### Fixed +- The account deletion view is now emphasized the same way it was before + ## [0.4.0] - 2023-09-26 diff --git a/src/views/DeleteAccountView.vue b/src/views/DeleteAccountView.vue index 2bde118..d4aa6dc 100644 --- a/src/views/DeleteAccountView.vue +++ b/src/views/DeleteAccountView.vue @@ -23,7 +23,7 @@ const toMainView = () => {

{{ $t("deleteAccount.title") }}

{{ $t("deleteAccount.account") }}

-

{{ account.localPart }}@{{ account.domain }}

+

{{ account.localPart }}@{{ account.domain }}

{{ $t("deleteAccount.confirm") }}