Browse Source

a11y label

master
Radium Zheng 7 years ago
parent
commit
55a2ef30a0

+ 1
- 0
lang/main.json View File

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

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

73
                     onClose = { this._onCloseDialog }
73
                     onClose = { this._onCloseDialog }
74
                     position = { 'top right' }>
74
                     position = { 'top right' }>
75
                     <ToolbarButton
75
                     <ToolbarButton
76
+                        accessibilityLabel
77
+                            = { t('toolbar.accessibilityLabel.localRecording') }
76
                         iconName = { iconClasses }
78
                         iconName = { iconClasses }
77
                         onClick = { this._onClick }
79
                         onClick = { this._onClick }
78
                         tooltip = { t('localRecording.dialogTitle') } />
80
                         tooltip = { t('localRecording.dialogTitle') } />

Loading…
Cancel
Save