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
parent
commit
68b5901977
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      CHANGELOG.md
  2. 2
      apps/client/src/app/pages/accounts/create-or-update-account-dialog/create-or-update-account-dialog.html

4
CHANGELOG.md

@ -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

2
apps/client/src/app/pages/accounts/create-or-update-account-dialog/create-or-update-account-dialog.html

@ -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>

Loading…
Cancel
Save