1
0
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:
llj
2023-12-16 16:47:46 +08:00
committed by GitHub
parent 82402604f3
commit af1545452e
6 changed files with 14 additions and 14 deletions

View File

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