mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-05 00:43:53 +00:00
improve translate (#2680)
This commit is contained in:
@@ -177,7 +177,8 @@ class CreateRepoDialog extends React.Component {
|
||||
<Label for="encrypt">{gettext('Encrypt')}</Label>
|
||||
</FormGroup>
|
||||
<FormGroup>
|
||||
<Label for="passwd1">{gettext('Password')}{' '}<span className="tip">({gettext('at least 8 characters')})</span></Label>
|
||||
{/* todo translate */}
|
||||
<Label for="passwd1">{gettext('Password')}{' '}<span className="tip">(at least 8 characters)</span></Label>
|
||||
<Input
|
||||
id="passwd1"
|
||||
type="password"
|
||||
|
Reference in New Issue
Block a user