fix: confirmation popover titles (#1019)
This commit is contained in:
committed by
László Monda
parent
79f467603a
commit
0914a1496b
+1
-1
@@ -21,7 +21,7 @@
|
|||||||
<li>
|
<li>
|
||||||
<button class="btn btn-danger"
|
<button class="btn btn-danger"
|
||||||
mwlConfirmationPopover
|
mwlConfirmationPopover
|
||||||
title="Are you sure?"
|
popoverTitle="Are you sure?"
|
||||||
placement="bottom"
|
placement="bottom"
|
||||||
confirmText="Yes"
|
confirmText="Yes"
|
||||||
cancelText="No"
|
cancelText="No"
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
</h1>
|
</h1>
|
||||||
<button class="btn btn-danger mouse-speed-reset-button"
|
<button class="btn btn-danger mouse-speed-reset-button"
|
||||||
mwlConfirmationPopover
|
mwlConfirmationPopover
|
||||||
title="Are you sure?"
|
popoverTitle="Are you sure?"
|
||||||
placement="bottom"
|
placement="bottom"
|
||||||
confirmText="Yes"
|
confirmText="Yes"
|
||||||
cancelText="No"
|
cancelText="No"
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
</button>
|
</button>
|
||||||
<button class="btn btn-danger mouse-speed-reset-button"
|
<button class="btn btn-danger mouse-speed-reset-button"
|
||||||
mwlConfirmationPopover
|
mwlConfirmationPopover
|
||||||
title="Are you sure?"
|
popoverTitle="Are you sure?"
|
||||||
placement="bottom"
|
placement="bottom"
|
||||||
confirmText="Yes"
|
confirmText="Yes"
|
||||||
cancelText="No"
|
cancelText="No"
|
||||||
|
|||||||
Reference in New Issue
Block a user