diff --git a/react/features/toolbox/components/Toolbox.native.js b/react/features/toolbox/components/Toolbox.native.js index f16b685c0..ff0254bc3 100644 --- a/react/features/toolbox/components/Toolbox.native.js +++ b/react/features/toolbox/components/Toolbox.native.js @@ -66,7 +66,7 @@ class Toolbox extends Component { _audioOnly: PropTypes.bool, /** - * Flag showing whether the toolbox is enabled or not. + * The indicator which determines whether the toolbox is enabled. */ _enabled: PropTypes.bool, @@ -465,7 +465,7 @@ function _mapStateToProps(state) { _audioOnly: Boolean(conference.audioOnly), /** - * The indicator which determines whether the toolbox is enabled or not. + * The indicator which determines whether the toolbox is enabled. * * @private * @type {boolean}