Feature/improve cash balance label (#1002)

* Improve label

* Update changelog
pull/1003/head^2
Thomas Kaul 2 years ago committed by GitHub
parent a4fcf64f13
commit e990ecd12c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
### Changed
- Changed the label from _Balance_ to _Cash Balance_ in the account dialog
## 1.157.0 - 11.06.2022
### Changed

@ -29,7 +29,7 @@
</div>
<div>
<mat-form-field appearance="outline" class="w-100">
<mat-label i18n>Balance</mat-label>
<mat-label i18n>Cash Balance</mat-label>
<input
matInput
name="balance"

Loading…
Cancel
Save