Modify some copywrite.

This commit is contained in:
Kenshin 2018-07-05 15:09:40 +08:00
parent 7c147b202d
commit 7f75bf1ff7

View File

@ -144,7 +144,7 @@ export default class PluginsOpt extends React.Component {
storage.option.plugins.push( result.id );
storage.Write( this.writecb );
} else if ( storage.plugins[result.id].version != result.version ) {
new Notify().Render({ content: "本地版本与安装版本不一致,是否重新安装?", action: "安装", cancel: "取消", callback: type => {
new Notify().Render({ content: "本地版本与安装版本不一致,是否安装新版本", action: "安装", cancel: "取消", callback: type => {
type == "action" && add();
}});
} else {