mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-05 00:43:53 +00:00
fix translation and warnings
This commit is contained in:
@@ -99,7 +99,7 @@ class InvitePeopleDialog extends React.Component {
|
||||
<label htmlFor="emails">{gettext('Emails')}</label>
|
||||
<Input
|
||||
type="text" id="emails"
|
||||
placeholder={gettext("Emails, separated by ','")}
|
||||
placeholder={gettext('Emails, separated by \',\'')}
|
||||
value={this.state.emails}
|
||||
onChange={this.handleEmailsChange}
|
||||
onKeyDown={this.handleKeyDown}
|
||||
|
Reference in New Issue
Block a user