1
0
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:
Michael An 2025-04-08 16:42:19 +08:00
parent 1e6abaabae
commit 24b8b10cf2

View File

@ -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 />