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") }}