diff --git a/lang/main.json b/lang/main.json index 1aea9ca69..5ffc85176 100644 --- a/lang/main.json +++ b/lang/main.json @@ -98,6 +98,7 @@ "login": "Login", "logout": "Logout", "sharedVideoMutedPopup": "Your shared video has been muted so that you can talk to the other members.", + "toggleCamera": "Toggle camera", "micMutedPopup": "Your microphone has been muted so that you would fully enjoy your shared video.", "talkWhileMutedPopup": "Trying to speak? You are muted.", "unableToUnmutePopup": "You cannot un-mute while the shared video is on.", diff --git a/react/features/toolbox/components/native/ToggleCameraButton.js b/react/features/toolbox/components/native/ToggleCameraButton.js index de078d759..2242f3bab 100644 --- a/react/features/toolbox/components/native/ToggleCameraButton.js +++ b/react/features/toolbox/components/native/ToggleCameraButton.js @@ -33,9 +33,9 @@ type Props = AbstractButtonProps & { * An implementation of a button for toggling the camera facing mode. */ class ToggleCameraButton extends AbstractButton { - accessibilityLabel = 'Share room'; + accessibilityLabel = 'Toggle camera'; iconName = 'icon-switch-camera'; - label = 'toolbar.switchCamera'; + label = 'toolbar.toggleCamera'; /** * Handles clicking / pressing the button.