Browse Source
Feature/improve cash balance label (#1002)
* Improve label
* Update changelog
pull/1003/head^2
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
7 additions and
1 deletions
-
CHANGELOG.md
-
apps/client/src/app/pages/accounts/create-or-update-account-dialog/create-or-update-account-dialog.html
|
|
@ -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" |
|
|
|