From 1feb5d6c570972fb312d409d20b3b00ae03f6a27 Mon Sep 17 00:00:00 2001 From: zxj96 <519213124@qq.com> Date: Mon, 3 Jun 2019 21:09:45 +0800 Subject: [PATCH] Modify the prompt information --- frontend/src/pages/file-history/side-panel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/file-history/side-panel.js b/frontend/src/pages/file-history/side-panel.js index 5ec2fe5b26..fd27b570d4 100644 --- a/frontend/src/pages/file-history/side-panel.js +++ b/frontend/src/pages/file-history/side-panel.js @@ -89,7 +89,7 @@ class SidePanel extends React.Component { this.setState({isLoading: true}); this.refershFileList(); } - let message = gettext('Successful restore.'); + let message = gettext('Successfully restored.'); toaster.success(message); }); }