diff --git a/src-docs/src/views/button/guidelines.js b/src-docs/src/views/button/guidelines.js index 2aab0cb53e1..f3731617360 100644 --- a/src-docs/src/views/button/guidelines.js +++ b/src-docs/src/views/button/guidelines.js @@ -541,14 +541,6 @@ export default () => ( Use this instead - - - Discard - - - Remove or Delete - - New diff --git a/src-docs/src/views/modal/confirm_modal.tsx b/src-docs/src/views/modal/confirm_modal.tsx index b79539692f9..ea7b94008ee 100644 --- a/src-docs/src/views/modal/confirm_modal.tsx +++ b/src-docs/src/views/modal/confirm_modal.tsx @@ -22,15 +22,19 @@ export default () => { if (isModalVisible) { modal = ( -

You’re about to do something.

-

Are you sure you want to do this?

+

+ Your subscription and benefits increase immediately. If you change to + a lower subscription later, it will not take affect until the next + billing cycle. +

); } @@ -40,16 +44,15 @@ export default () => { if (isDestroyModalVisible) { destroyModal = ( -

You’re about to destroy something.

-

Are you sure you want to do this?

+

You will lose all unsaved changes made to this dashboard.

); }