mirror of
https://github.com/haiwen/seahub.git
synced 2025-05-11 01:17:02 +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 }}
|
||||
>
|
||||
<div onClick={(e) => e.stopPropagation()} className="modal-content">
|
||||
<ModalHeader>{fileName + gettext('\'s tags')}</ModalHeader>
|
||||
<ModalHeader>{fileName + ' ' + gettext('tags')}</ModalHeader>
|
||||
<ModalBody>
|
||||
{isLoading ?
|
||||
<CenteredLoading />
|
||||
|
Loading…
Reference in New Issue
Block a user