diff --git a/src/Explorer/Menus/NotificationConsole/NotificationConsoleComponent.tsx b/src/Explorer/Menus/NotificationConsole/NotificationConsoleComponent.tsx
index 6a13b7713..de411f2c4 100644
--- a/src/Explorer/Menus/NotificationConsole/NotificationConsoleComponent.tsx
+++ b/src/Explorer/Menus/NotificationConsole/NotificationConsoleComponent.tsx
@@ -134,10 +134,13 @@ export class NotificationConsoleComponent extends React.Component<
className="expandCollapseButton"
role="button"
tabIndex={0}
- aria-label={this.state.isExpanded ? "collapse console" : "expand console"}
- aria-expanded={this.state.isExpanded}
+ aria-label={"console button" + (this.state.isExpanded ? " collapsed" : " expanded")}
+ aria-expanded={!this.state.isExpanded}
>
-
+