1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-22 11:57:34 +00:00

[i18n] fixup

This commit is contained in:
llj
2023-10-08 14:20:14 +08:00
parent 89a6dfe987
commit a407d43695
2 changed files with 4 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ class ConfirmApplyFolderPropertiesDialog extends React.Component {
const { repoID, path } = this.props;
this.setState({ submitting: true });
seafileAPI.applyFolderExtendedProperties(repoID, path).then(() => {
toaster.success('Applied folder properties');
toaster.success(gettext('Successfully applied the properties.'));
this.props.toggle();
}).catch(error => {
let errorMsg = Utils.getErrorMsg(error);
@@ -47,7 +47,7 @@ class ConfirmApplyFolderPropertiesDialog extends React.Component {
</ModalHeader>
<ModalBody>
<p>
{gettext('Are you sure to apply properties to all files inside the folder?')}
{gettext('Are you sure you want to apply the properties to all the files inside the folder?')}
</p>
</ModalBody>
<ModalFooter>