1
0
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:
Michael An
2024-08-16 16:28:19 +08:00
committed by GitHub
parent 1161d43822
commit 38a79d6309
6 changed files with 6 additions and 8 deletions

View File

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

View File

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

View File

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