mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-14 14:21:23 +00:00
fix translation (#6568)
This commit is contained in:
@@ -30,7 +30,7 @@ class ChangeGroupDialog extends React.Component {
|
||||
return (
|
||||
<Modal isOpen={true} toggle={this.props.toggleDialog}>
|
||||
<ModalHeader toggle={this.props.toggleDialog}>
|
||||
{gettext('Change group to departmen')}
|
||||
{gettext('Change group to department')}
|
||||
</ModalHeader>
|
||||
<ModalBody>
|
||||
<p dangerouslySetInnerHTML={{ __html: msg }}></p>
|
||||
|
@@ -376,7 +376,7 @@ class LinkCreation extends React.Component {
|
||||
{type !== 'batch' && (
|
||||
<FormGroup check>
|
||||
<Label check>
|
||||
<span>{gettext('Set scope')}</span>
|
||||
<span>{gettext('Set access scope')}</span>
|
||||
</Label>
|
||||
<FormGroup check className="ml-4">
|
||||
<Label check>
|
||||
|
@@ -267,7 +267,7 @@ class LinkDetails extends React.Component {
|
||||
</>
|
||||
)}
|
||||
<>
|
||||
<dt className="text-secondary font-weight-normal">{gettext('Scope')}</dt>
|
||||
<dt className="text-secondary font-weight-normal">{gettext('Access scope')}</dt>
|
||||
<dd className="d-flex align-items-center flex-wrap">
|
||||
<div className="share-link-details-item mr-2">
|
||||
<ShareLinkScopeEditor
|
||||
|
Reference in New Issue
Block a user