mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-06 17:33:18 +00:00
translation (#3461)
This commit is contained in:
@@ -339,11 +339,11 @@ class GenerateShareLink extends React.Component {
|
||||
className="w-75"
|
||||
value={this.state.sendLinkEmails}
|
||||
onChange={this.onSendLinkEmailsChange}
|
||||
placeholder={gettext('Emails, separated by ","')}
|
||||
placeholder={gettext('Emails, separated by \',\'')}
|
||||
/>
|
||||
</FormGroup>
|
||||
<FormGroup>
|
||||
<Label htmlFor="sendLinkMessage" className="text-secondary font-weight-normal">{gettext('Message (optional)')}{':'}</Label><br/>
|
||||
<Label htmlFor="sendLinkMessage" className="text-secondary font-weight-normal">{gettext('Message (optional):')}</Label><br/>
|
||||
<textarea
|
||||
className="w-75"
|
||||
id="sendLinkMessage"
|
||||
|
@@ -88,7 +88,7 @@ class AdvancedSearch extends React.Component {
|
||||
|
||||
<div className='search-file-types search-catalog'>
|
||||
<Row>
|
||||
<Col md="2" lg="2">{gettext('File types')}{': '}</Col>
|
||||
<Col md="2" lg="2">{gettext('File Types')}{': '}</Col>
|
||||
<Col md="4" lg="4">
|
||||
<FormGroup check>
|
||||
<Label check>
|
||||
|
Reference in New Issue
Block a user