mirror of
https://github.com/haiwen/seahub.git
synced 2025-07-31 06:40:39 +00:00
03 change modal header title
This commit is contained in:
parent
1e6abaabae
commit
24b8b10cf2
@ -140,7 +140,7 @@ const FileTagsDialog = ({ record, onToggle, onSubmit }) => {
|
|||||||
style={{ marginRight: lastSettingsValue }}
|
style={{ marginRight: lastSettingsValue }}
|
||||||
>
|
>
|
||||||
<div onClick={(e) => e.stopPropagation()} className="modal-content">
|
<div onClick={(e) => e.stopPropagation()} className="modal-content">
|
||||||
<ModalHeader>{fileName + gettext('\'s tags')}</ModalHeader>
|
<ModalHeader>{fileName + ' ' + gettext('tags')}</ModalHeader>
|
||||||
<ModalBody>
|
<ModalBody>
|
||||||
{isLoading ?
|
{isLoading ?
|
||||||
<CenteredLoading />
|
<CenteredLoading />
|
||||||
|
Loading…
Reference in New Issue
Block a user