mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-02 15:38:15 +00:00
repair copywrite bug (#2895)
This commit is contained in:
@@ -179,7 +179,7 @@ class CreateRepoDialog extends React.Component {
|
||||
</FormGroup>
|
||||
<FormGroup>
|
||||
{/* todo translate */}
|
||||
<Label for="passwd1">{gettext('Password')}{' '}<span className="tip">(at least 8 characters)</span></Label>
|
||||
<Label for="passwd1" className="font-weight-bold">{gettext('Password')}{' '}</Label><span className="tip">{gettext('(at least 8 characters)')}</span>
|
||||
<Input
|
||||
id="passwd1"
|
||||
type="password"
|
||||
@@ -189,7 +189,7 @@ class CreateRepoDialog extends React.Component {
|
||||
/>
|
||||
</FormGroup>
|
||||
<FormGroup>
|
||||
<Label for="passwd2">{gettext('Password again')}</Label>
|
||||
<Label for="passwd2" className="font-weight-bold">{gettext('Password again')}</Label>
|
||||
<Input
|
||||
id="passwd2"
|
||||
type="password"
|
||||
|
Reference in New Issue
Block a user