Browse Source

文案调整:host -> hosts 。

oldj 8 years ago
parent
commit
1d268d6696
3 changed files with 3 additions and 3 deletions
  1. 1 1
      app/bundle.js
  2. 1 1
      app/lang/cn.js
  3. 1 1
      app/version.js

+ 1 - 1
app/bundle.js

@@ -16679,7 +16679,7 @@ module.exports = "data:application/vnd.ms-fontobject;base64,pj8AAIw+AAABAAIAAAAA
 "use strict";
 
 
-exports.version = [3, 3, 0, 5072];
+exports.version = [3, 3, 0, 5073];
 
 /***/ }),
 /* 72 */

+ 1 - 1
app/lang/cn.js

@@ -8,7 +8,7 @@
 exports.content = {
   _lang_name: '简体中文'
   , add: '添加'
-  , add_hosts: '添加 host 规则'
+  , add_hosts: '添加 hosts 规则'
   , auto_launch: '随系统一起启动'
   , auto_refresh: '自动更新'
   , bad_url: 'URL 地址有误。'

+ 1 - 1
app/version.js

@@ -1 +1 @@
-exports.version = [3,3,0,5072];
+exports.version = [3,3,0,5073];