Bugfix/add missing localization in create or update account dialog (#5304)

* Add i18n

* Update changelog
pull/5305/head
Thomas Kaul 10 months ago committed by GitHub
parent 6fa8cf3cb8
commit 68b5901977
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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 `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
### Added

@ -86,7 +86,7 @@
</mat-form-field>
</div>
<div class="mb-3 px-2">
<mat-checkbox color="primary" formControlName="isExcluded"
<mat-checkbox color="primary" formControlName="isExcluded" i18n
>Exclude from Analysis</mat-checkbox
>
</div>

Loading…
Cancel
Save