Remove spurious dot

pull/21833/head
David Baker 2018-01-12 10:32:36 +00:00
parent 3371506960
commit aa5d42d045
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ export default React.createClass({
> >
<div className="mx_Dialog_content"> <div className="mx_Dialog_content">
{ this.props.description } { this.props.description }
</div>. </div>
<DialogButtons primaryButton={this.props.button || _t('OK')} <DialogButtons primaryButton={this.props.button || _t('OK')}
onPrimaryButtonClick={this.onOk} onPrimaryButtonClick={this.onOk}
primaryButtonClass={primaryButtonClass} primaryButtonClass={primaryButtonClass}