Migrate more strings to translation keys (#11669)
This commit is contained in:
committed by
GitHub
parent
0c6e56ca91
commit
5252361d1e
@@ -79,8 +79,8 @@ export default class TagComposer extends React.PureComponent<IProps, IState> {
|
||||
id={this.props.id ? this.props.id + "_field" : undefined}
|
||||
value={this.state.newTag}
|
||||
onChange={this.onInputChange}
|
||||
label={this.props.label || _t("Keyword")}
|
||||
placeholder={this.props.placeholder || _t("New keyword")}
|
||||
label={this.props.label || _t("notifications|keyword")}
|
||||
placeholder={this.props.placeholder || _t("notifications|keyword_new")}
|
||||
disabled={this.props.disabled}
|
||||
autoComplete="off"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user