diff --git a/src/components/modal/modal.config.js b/src/components/modal/modal.config.js index f173b1744bcd..52bd67e582df 100644 --- a/src/components/modal/modal.config.js +++ b/src/components/modal/modal.config.js @@ -4,7 +4,7 @@ module.exports = { variants: [ { name: 'default', - label: 'Transactional modal', + label: 'Transactional Modal', notes: ` Modals communicate information via a secondary window and allow the user to maintain the context of a particular task. `, @@ -19,8 +19,8 @@ module.exports = { }, { name: 'nofooter', - label: 'Passive modal', - notes: 'Passive modals are modals without footers.', + label: 'Passive Modal', + notes: 'Passive Modals are modals without footers.', context: { idSuffix: Math.random() .toString(36) @@ -32,7 +32,7 @@ module.exports = { }, { name: 'danger', - label: 'Danger modal', + label: 'Danger Modal', context: { idSuffix: Math.random() .toString(36)