Browse Source

a11y label

j8
Radium Zheng 7 years ago
parent
commit
55a2ef30a0

+ 1
- 0
lang/main.json View File

@@ -87,6 +87,7 @@
87 87
             "fullScreen": "Toggle full screen",
88 88
             "hangup": "Leave the call",
89 89
             "invite": "Invite people",
90
+            "localRecording": "Toggle local recording controls",
90 91
             "lockRoom": "Toggle room lock",
91 92
             "moreActions": "Toggle more actions menu",
92 93
             "moreActionsMenu": "More actions menu",

+ 2
- 0
react/features/local-recording/components/LocalRecordingButton.js View File

@@ -73,6 +73,8 @@ class LocalRecordingButton extends Component<Props> {
73 73
                     onClose = { this._onCloseDialog }
74 74
                     position = { 'top right' }>
75 75
                     <ToolbarButton
76
+                        accessibilityLabel
77
+                            = { t('toolbar.accessibilityLabel.localRecording') }
76 78
                         iconName = { iconClasses }
77 79
                         onClick = { this._onClick }
78 80
                         tooltip = { t('localRecording.dialogTitle') } />

Loading…
Cancel
Save