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

@@ -26,7 +26,7 @@ class ChangeGroupDialog extends React.Component {
render() {
const groupName = '<span class="op-target">' + Utils.HTMLescape(this.props.groupName) + '</span>';
const msg = gettext('Are you sure to change Group {placeholder} to Department ?').replace('{placeholder}', groupName);
const msg = gettext('Are you sure to change group {placeholder} to department ?').replace('{placeholder}', groupName);
return (
<Modal isOpen={true} toggle={this.props.toggleDialog}>
<ModalHeader toggle={this.props.toggleDialog}>