Browse Source

Merge branch 'main' into feature/improve-message-for-data-provider-errors

pull/1003/head
Thomas Kaul 3 years ago
committed by GitHub
parent
commit
fbaee6c9d3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      CHANGELOG.md
  2. 2
      apps/client/src/app/pages/accounts/create-or-update-account-dialog/create-or-update-account-dialog.html

1
CHANGELOG.md

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

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

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

Loading…
Cancel
Save