1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-15 23:00:57 +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

@@ -48,7 +48,7 @@ class NameEditPopover extends Component {
boundariesElement={document.body}
>
<div className="name-edit-popover-header">
<span className='header-text'>{gettext('Modify Name')}</span>
<span className='header-text'>{gettext('Modify name')}</span>
</div>
<PopoverBody className="name-edit-content">
<div className="item-name-editor">

View File

@@ -52,7 +52,7 @@ export default class PageDropdownMenu extends Component {
};
duplicatePageFailure = () => {
toaster.danger(gettext('Failed_to_duplicate_page'));
toaster.danger(gettext('Failed to duplicate page'));
};
handleCopyLink = () => {