Skip to content

Commit

Permalink
feat: Renamed button from cancel to close in json-dialogs (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnurosePrakash authored Jul 18, 2023
1 parent 9676dbe commit b318b3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ the detailed section referring to by linking pull requests or issues.

#### Fixed

- Renamed button from cancel to close in json-dialogs

## [v0.0.1-milestone-8-sovity12] 12.07.2023

### Overview
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</div>
<div class="flex flex-row">
<button mat-dialog-close mat-button color="default" [disabled]="busy">
Cancel
Close
</button>
<button
*ngIf="data.actionButton"
Expand Down

0 comments on commit b318b3f

Please sign in to comment.