1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 06:33:48 +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>