[PM-2135] fix: hardcoded dialog buttons
This commit is contained in:
parent
144d5aab54
commit
7ea7244b3d
|
@ -9,7 +9,9 @@
|
|||
></app-user-verification>
|
||||
</ng-container>
|
||||
<ng-container bitDialogFooter>
|
||||
<button type="submit" bitButton bitFormButton buttonType="primary">Save</button>
|
||||
<button type="submit" bitButton bitFormButton buttonType="primary">
|
||||
{{ confirmButtonText | i18n }}
|
||||
</button>
|
||||
<button
|
||||
type="button"
|
||||
bitButton
|
||||
|
@ -18,7 +20,7 @@
|
|||
bitDialogClose
|
||||
[bit-dialog-close]=""
|
||||
>
|
||||
Cancel
|
||||
{{ "cancel" | i18n }}
|
||||
</button>
|
||||
</ng-container>
|
||||
</bit-dialog>
|
||||
|
|
Loading…
Reference in New Issue