consistent capitalisation

This commit is contained in:
David Baker 2020-11-23 15:28:54 +00:00
parent 729d59160d
commit 2e3d889bbf
2 changed files with 2 additions and 2 deletions

View file

@ -390,7 +390,7 @@ export default class CallView extends React.Component<IProps, IState> {
let fullScreenButton;
if (this.state.call.type === CallType.Video && this.props.room) {
fullScreenButton = <div className="mx_CallView_header_button mx_CallView_header_button_fullscreen"
onClick={this.onFullscreenClick} title={_t("Fill screen")}
onClick={this.onFullscreenClick} title={_t("Fill Screen")}
/>;
}