Commit 812af1f0 authored by antoor's avatar antoor

Modify 'no use' to 'use'

修改不使用为使用
parent eb1e5048
......@@ -154,7 +154,7 @@ module.exports = {
},
otherConf: {
nohttps: 'Ignore HTTPS certificate',
notermcache: "Don't use the terminal's cache"
terminalCache: "Use the terminal's cache"
}
}
},
......
......@@ -155,7 +155,7 @@ module.exports = {
},
otherConf: {
nohttps: '忽略HTTPS证书',
notermcache: "虚拟终端不使用缓存"
terminalCache: "虚拟终端使用缓存"
}
}
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment