diff --git a/bigbluebutton-html5/imports/ui/components/actions-bar/component.jsx b/bigbluebutton-html5/imports/ui/components/actions-bar/component.jsx
index e4444e63308c9c30f31f9a251611bce2b01ffe64..755611aa05afb0ba0581cdab7d67b5c93a801dfc 100755
--- a/bigbluebutton-html5/imports/ui/components/actions-bar/component.jsx
+++ b/bigbluebutton-html5/imports/ui/components/actions-bar/component.jsx
@@ -207,7 +207,7 @@ class ActionsBar extends PureComponent {
                     />
                   }
                   color='primary'
-                  label={'Become Translator'}
+                  label={'Translate to'}
                   circle
                   hideLabel
                   size="lg"
@@ -223,8 +223,8 @@ class ActionsBar extends PureComponent {
                       className={[this.state.translationMuted ? styles.btnmuted: "", styles.translatorBtn ].join(" ")}
                       onClick={this.handleMuteTranslator}
                       hideLabel
-                      label="Translation on/off"
-                      aria-label="Translation on/off"
+                      label="Translator mic"
+                      aria-label="Translator mic"
                       color={!this.state.translationMuted ? 'primary' : 'default'}
                       ghost={this.state.translationMuted}
                       icon={this.state.translationMuted ? 'mute' : 'unmute'}
@@ -273,7 +273,7 @@ class ActionsBar extends PureComponent {
                 />
               }
               color='primary'
-              label={'Activate Translation' }
+              label={'Available languages'}
               circle
               hideLabel
               size="lg"