mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
Update text for internationalization
This commit is contained in:
@@ -79,7 +79,7 @@ class RenameFolderModal extends React.Component {
|
||||
|
||||
<div styleName='control'>
|
||||
<input styleName='control-input'
|
||||
placeholder='Folder Name'
|
||||
placeholder={i18n.__('Folder Name')}
|
||||
ref='name'
|
||||
value={this.state.name}
|
||||
onChange={(e) => this.handleChange(e)}
|
||||
|
||||
Reference in New Issue
Block a user