i18n the title of the set mxid dialog
This commit is contained in:
parent
25d1d21d93
commit
f310d4446c
2 changed files with 2 additions and 1 deletions
|
@ -251,7 +251,7 @@ export default React.createClass({
|
|||
return (
|
||||
<BaseDialog className="mx_SetMxIdDialog"
|
||||
onFinished={this.props.onFinished}
|
||||
title="To get started, please pick a username!"
|
||||
title={_t('To get started, please pick a username!')}
|
||||
>
|
||||
<div className="mx_Dialog_content">
|
||||
<div className="mx_SetMxIdDialog_input_group">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue