1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-04 08:28:11 +00:00

translation (#3461)

This commit is contained in:
Michael An
2019-05-15 12:22:11 +08:00
committed by Daniel Pan
parent 3a84040870
commit 7050e48ec0
2 changed files with 3 additions and 3 deletions

View File

@@ -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"