Skip to content

Commit

Permalink
fix: fix default confirm text
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Lewis committed Nov 8, 2016
1 parent 466ffad commit b7bbced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/confirmationPopoverOptions.provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export class ConfirmationPopoverOptions implements ConfirmationPopoverOptionsInt

title: string;
message: string;
confirmText: string = 'ConfirmationPopover';
confirmText: string = 'Confirm';
cancelText: string = 'Cancel';
confirmButtonType: string = 'success';
cancelButtonType: string = 'default';
Expand Down

0 comments on commit b7bbced

Please sign in to comment.