mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-10 03:11:07 +00:00
improve translate (#2680)
This commit is contained in:
@@ -135,7 +135,8 @@ class GenerateUploadLink extends React.Component {
|
||||
</FormGroup>
|
||||
{this.state.showPasswordInput &&
|
||||
<FormGroup className="link-operation-content">
|
||||
<Label>{gettext('Password')}</Label><span className="tip"> ({gettext('at least 8 characters')}) </span>
|
||||
{/* todo translate */}
|
||||
<Label>{gettext('Password')}</Label>{' '}<span className="tip">(at least 8 characters)</span>
|
||||
<InputGroup className="passwd">
|
||||
<Input type={this.state.passwordVisible ? 'text':'password'} value={this.state.password || ''} onChange={this.inputPassword}/>
|
||||
<InputGroupAddon addonType="append">
|
||||
|
Reference in New Issue
Block a user