1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-08 10:22:46 +00:00

fix some translation

This commit is contained in:
Michael An
2024-08-16 15:04:04 +08:00
parent f6b85099a8
commit 1161d43822
9 changed files with 10 additions and 10 deletions

View File

@@ -54,7 +54,7 @@ class AddWikiPageDialog extends React.Component {
const { handleClose } = this.props;
return (
<Modal isOpen={true} toggle={handleClose} onOpened={this.onDialogLoad}>
<ModalHeader toggle={handleClose}>{gettext('New Wiki Page')}</ModalHeader>
<ModalHeader toggle={handleClose}>{gettext('New page')}</ModalHeader>
<ModalBody>
<Form>
<FormGroup>