We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23d46e6 commit 636add9Copy full SHA for 636add9
components/SLDSNotification/index.js
@@ -33,7 +33,7 @@ class SLDSNotification extends React.Component {
33
<div className="slds-notify-container">
34
<div className={this.getClassName()} role="alert">
35
<SLDSButton
36
- label='Close'
+ label='Dismiss Notification'
37
variant='icon'
38
iconName='close'
39
iconSize='large'
demo/pages/HomePage/NotificationSection.jsx
@@ -74,7 +74,7 @@ module.exports = React.createClass( {
74
75
render() {
76
let message = ['New contact added ', <a href="#" key="0123">Sara Smith</a>];
77
- let errorMessage = 'Error';
+ let errorMessage = 'There was a problem updating the record.';
78
let toastStyle = { display: 'inline-block'};
79
return (
80
0 commit comments