mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-20 02:48:51 +00:00
[misc] fixed i18n; fixup for 'SeaTable Integration' (#5833)
This commit is contained in:
@@ -60,7 +60,7 @@ class OrgAdminInviteUserDialog extends React.Component {
|
||||
<Modal isOpen={true} toggle={this.toggle}>
|
||||
<ModalHeader toggle={this.toggle}>{gettext('Invite users')}</ModalHeader>
|
||||
<ModalBody>
|
||||
<p>{gettext('You can enter multiple emails, separated by commas. An invitation link will be sent to each user.')}</p>
|
||||
<p>{gettext('You can enter multiple emails. An invitation link will be sent to each of them.')}</p>
|
||||
<Form>
|
||||
<FormGroup>
|
||||
<Label for="emails">{gettext('Emails')}</Label>
|
||||
|
Reference in New Issue
Block a user