Feature/improve cash balance label (#1002)
* Improve label * Update changelog
This commit is contained in:
parent
a4fcf64f13
commit
e990ecd12c
@ -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…
x
Reference in New Issue
Block a user