Browse Source
Bugfix/add missing localization in create or update account dialog (#5304)
* Add i18n
* Update changelog
pull/5305/head
Thomas Kaul
1 week ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
5 additions and
1 deletions
-
CHANGELOG.md
-
apps/client/src/app/pages/accounts/create-or-update-account-dialog/create-or-update-account-dialog.html
|
@ -21,6 +21,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
- Upgraded `angular` from version `20.0.7` to `20.1.3` |
|
|
- Upgraded `angular` from version `20.0.7` to `20.1.3` |
|
|
- Upgraded `Nx` from version `21.2.4` to `21.3.9` |
|
|
- Upgraded `Nx` from version `21.2.4` to `21.3.9` |
|
|
|
|
|
|
|
|
|
|
|
### Fixed |
|
|
|
|
|
|
|
|
|
|
|
- Fixed the missing localization for "Exclude from Analysis" in the create or update account dialog |
|
|
|
|
|
|
|
|
## 2.186.0 - 2025-07-30 |
|
|
## 2.186.0 - 2025-07-30 |
|
|
|
|
|
|
|
|
### Added |
|
|
### Added |
|
|
|
@ -86,7 +86,7 @@ |
|
|
</mat-form-field> |
|
|
</mat-form-field> |
|
|
</div> |
|
|
</div> |
|
|
<div class="mb-3 px-2"> |
|
|
<div class="mb-3 px-2"> |
|
|
<mat-checkbox color="primary" formControlName="isExcluded" |
|
|
<mat-checkbox color="primary" formControlName="isExcluded" i18n |
|
|
>Exclude from Analysis</mat-checkbox |
|
|
>Exclude from Analysis</mat-checkbox |
|
|
> |
|
|
> |
|
|
</div> |
|
|
</div> |
|
|