Skip to content

Commit 636add9

Browse files
committed
Small accessibility tweaks
1 parent 23d46e6 commit 636add9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/SLDSNotification/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class SLDSNotification extends React.Component {
3333
<div className="slds-notify-container">
3434
<div className={this.getClassName()} role="alert">
3535
<SLDSButton
36-
label='Close'
36+
label='Dismiss Notification'
3737
variant='icon'
3838
iconName='close'
3939
iconSize='large'

demo/pages/HomePage/NotificationSection.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ module.exports = React.createClass( {
7474

7575
render() {
7676
let message = ['New contact added ', <a href="#" key="0123">Sara Smith</a>];
77-
let errorMessage = 'Error';
77+
let errorMessage = 'There was a problem updating the record.';
7878
let toastStyle = { display: 'inline-block'};
7979
return (
8080

0 commit comments

Comments
 (0)