i18n the title of the set mxid dialog

pull/21833/head
Michael Telatynski 2017-07-31 13:31:07 +01:00
parent 25d1d21d93
commit f310d4446c
No known key found for this signature in database
GPG Key ID: 3F879DA5AD802A5E
2 changed files with 2 additions and 1 deletions

View File

@ -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">

View File

@ -571,6 +571,7 @@
"To configure the room": "To configure the room",
"to demote": "to demote",
"to favourite": "to favourite",
"To get started, please pick a username!": "To get started, please pick a username!",
"To invite users into the room": "To invite users into the room",
"To kick users": "To kick users",
"To link to a room it must have <a>an address</a>.": "To link to a room it must have <a>an address</a>.",