Migrate more strings to translation keys (#11669)
This commit is contained in:
parent
0c6e56ca91
commit
5252361d1e
112 changed files with 4855 additions and 4542 deletions
|
@ -42,7 +42,7 @@ export default class ChangeDisplayName extends React.Component {
|
|||
return (
|
||||
<EditableTextContainer
|
||||
getInitialValue={this.getDisplayName}
|
||||
placeholder={_t("No display name")}
|
||||
placeholder={_t("settings|general|name_placeholder")}
|
||||
blurToSubmit={true}
|
||||
onSubmit={this.changeDisplayName}
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue