1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-28 16:17:02 +00:00

12.0 redesign wiki list (#6155)

* 01 remove useless wiki codes

* 02 change delete wiki tip

* 03 fix code format

* 04 redesign wikis
This commit is contained in:
Michael An
2024-06-01 09:09:42 +08:00
committed by GitHub
parent 4b81908955
commit 80637c506c
21 changed files with 124 additions and 293 deletions

View File

@@ -26,7 +26,7 @@ class Delete extends React.Component {
<Modal isOpen={true} toggle={this.toggle}>
<ModalHeader toggle={this.toggle}>{title}</ModalHeader>
<ModalBody>
<p>{gettext('Are you sure to delete')}{' '}<b>{name}</b> ?</p>
<p>{gettext('Are you sure you want to delete')}{' '}<b>{name}</b> ?</p>
</ModalBody>
<ModalFooter>
<Button color="secondary" onClick={this.toggle}>{gettext('Cancel')}</Button>