diff --git a/bigbluebutton-html5/imports/ui/components/actions-bar/component.jsx b/bigbluebutton-html5/imports/ui/components/actions-bar/component.jsx
index 2b26c8810facc7813e5346dc0d7ca42c52b69720..d61b75069eef85c79958055b5e61bbbbf6ace53d 100755
--- a/bigbluebutton-html5/imports/ui/components/actions-bar/component.jsx
+++ b/bigbluebutton-html5/imports/ui/components/actions-bar/component.jsx
@@ -224,8 +224,8 @@ class ActionsBar extends PureComponent {
                       className={this.state.translationMuted ? styles.btnmuted: ""}
                       onClick={this.handleMuteTranslator}
                       hideLabel
-                      label="Mute Translation"
-                      aria-label="Mute Translation"
+                      label="Translation on/off"
+                      aria-label="Translation on/off"
                       color={!this.state.translationMuted ? 'primary' : 'default'}
                       ghost={this.state.translationMuted}
                       icon={this.state.translationMuted ? 'mute' : 'unmute'}