diff --git a/src/client/web/src/components/panel_sharings.tsx b/src/client/web/src/components/panel_sharings.tsx index 6b78c9c..35d087a 100644 --- a/src/client/web/src/components/panel_sharings.tsx +++ b/src/client/web/src/components/panel_sharings.tsx @@ -81,7 +81,7 @@ export class SharingsPanel extends React.Component { this.deleteSharing(dirPath); }} > - {this.props.msg.pkg.get("browser.delete")} + {this.props.msg.pkg.get("op.cancel")} , ])} childrenStyles={List([ diff --git a/src/client/web/src/i18n/en_US.ts b/src/client/web/src/i18n/en_US.ts index eb0705c..11a495b 100644 --- a/src/client/web/src/i18n/en_US.ts +++ b/src/client/web/src/i18n/en_US.ts @@ -130,6 +130,7 @@ export const msgs: Map = Map({ "error.report.title": "Error Report", "op.truncate": "Truncate", "op.submit": "Submit", + "op.cancel": "Cancel", "term.time": "Time", "breadcrumb.loc": "Location", }); diff --git a/src/client/web/src/i18n/zh_CN.ts b/src/client/web/src/i18n/zh_CN.ts index 8f2fc63..b557c2c 100644 --- a/src/client/web/src/i18n/zh_CN.ts +++ b/src/client/web/src/i18n/zh_CN.ts @@ -127,6 +127,7 @@ export const msgs: Map = Map({ "error.report.title": "报告错误", "op.truncate": "清空", "op.submit": "提交", + "op.cancel": "取消", "term.time": "时间", "breadcrumb.loc": "位置", });