fix(panel_sharing): use correct term
This commit is contained in:
parent
7a932d2528
commit
f7506b6ffa
3 changed files with 3 additions and 1 deletions
|
@ -81,7 +81,7 @@ export class SharingsPanel extends React.Component<Props, State, {}> {
|
|||
this.deleteSharing(dirPath);
|
||||
}}
|
||||
>
|
||||
{this.props.msg.pkg.get("browser.delete")}
|
||||
{this.props.msg.pkg.get("op.cancel")}
|
||||
</button>,
|
||||
])}
|
||||
childrenStyles={List([
|
||||
|
|
|
@ -130,6 +130,7 @@ export const msgs: Map<string, string> = Map({
|
|||
"error.report.title": "Error Report",
|
||||
"op.truncate": "Truncate",
|
||||
"op.submit": "Submit",
|
||||
"op.cancel": "Cancel",
|
||||
"term.time": "Time",
|
||||
"breadcrumb.loc": "Location",
|
||||
});
|
||||
|
|
|
@ -127,6 +127,7 @@ export const msgs: Map<string, string> = Map({
|
|||
"error.report.title": "报告错误",
|
||||
"op.truncate": "清空",
|
||||
"op.submit": "提交",
|
||||
"op.cancel": "取消",
|
||||
"term.time": "时间",
|
||||
"breadcrumb.loc": "位置",
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue