Browse Source
Merge branch 'main' into feature/improve-message-for-data-provider-errors
pull/1003/head
Thomas Kaul
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
1 deletions
-
CHANGELOG.md
-
apps/client/src/app/pages/accounts/create-or-update-account-dialog/create-or-update-account-dialog.html
|
@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
### Changed |
|
|
### Changed |
|
|
|
|
|
|
|
|
- Improved the message for data provider errors in the client |
|
|
- Improved the message for data provider errors in the client |
|
|
|
|
|
- Changed the label from _Balance_ to _Cash Balance_ in the account dialog |
|
|
|
|
|
|
|
|
## 1.157.0 - 11.06.2022 |
|
|
## 1.157.0 - 11.06.2022 |
|
|
|
|
|
|
|
|
|
@ -29,7 +29,7 @@ |
|
|
</div> |
|
|
</div> |
|
|
<div> |
|
|
<div> |
|
|
<mat-form-field appearance="outline" class="w-100"> |
|
|
<mat-form-field appearance="outline" class="w-100"> |
|
|
<mat-label i18n>Balance</mat-label> |
|
|
<mat-label i18n>Cash Balance</mat-label> |
|
|
<input |
|
|
<input |
|
|
matInput |
|
|
matInput |
|
|
name="balance" |
|
|
name="balance" |
|
|