Fix the account name
This commit is contained in:
parent
bbf5bff023
commit
c74a9f0dee
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ const toMainView = () => {
|
|||
<h1>{{ $t("deleteAccount.title") }}</h1>
|
||||
|
||||
<p>{{ $t("deleteAccount.account") }}</p>
|
||||
<p class="has-text-weight-semibold is-size-5">{{ account.localPart }}@{{ account.domain }}</p>
|
||||
<p class="fw-semibold fs-5">{{ account.localPart }}@{{ account.domain }}</p>
|
||||
<p>{{ $t("deleteAccount.confirm") }}</p>
|
||||
|
||||
<ButtonGroupComponent>
|
||||
|
|
Loading…
Reference in a new issue