diff --git a/src/Explorer/Menus/NotificationConsole/NotificationConsoleComponent.tsx b/src/Explorer/Menus/NotificationConsole/NotificationConsoleComponent.tsx index 4d90e71c9..c7a2cf108 100644 --- a/src/Explorer/Menus/NotificationConsole/NotificationConsoleComponent.tsx +++ b/src/Explorer/Menus/NotificationConsole/NotificationConsoleComponent.tsx @@ -129,7 +129,7 @@ export class NotificationConsoleComponent extends React.Component< className="expandCollapseButton" role="button" tabIndex={0} - aria-label={"console button" + (this.props.isConsoleExpanded ? " collapsed" : " expanded")} + aria-label={"console button" + (this.props.isConsoleExpanded ? " expanded" : " collapsed")} aria-expanded={!this.props.isConsoleExpanded} >