{gettext('Are you sure to delete')}{' '}{name} ?
{type === 'file' ? gettext('Enter the new file name:'): gettext('Enter the new folder name:')}
+{type === 'file' ? gettext('New file name'): gettext('New folder name')}
{this.newInput = input;}} placeholder="newName" value={this.state.newName} onChange={this.handleChange} /> {this.state.errMessage &&