1
0
oldj 4 жил өмнө
parent
commit
326c0d60fd

+ 1 - 1
src/common/i18n/languages/en.ts

@@ -68,7 +68,7 @@ export default {
   hour: 'hour',
   hours: 'hours',
   http_api_on: 'HTTP API on',
-  http_api_on_desc: 'Runs on port {0}, can be used by third-party software such as Alfred to switch hosts',
+  http_api_on_desc: 'Runs on port {0}, can be used by third-party software such as Alfred to switch hosts.',
   ignore_case: 'Ignore case',
   import: 'Import',
   import_done: 'The import is complete.',

+ 1 - 1
src/common/i18n/languages/zh.ts

@@ -69,7 +69,7 @@ const lang: LanguageDict = {
   hour: '小时',
   hours: '小时',
   http_api_on: '开启 HTTP API',
-  http_api_on_desc: '运行于 {0} 端口,可用于 Alfred 等第三方软件切换 hosts',
+  http_api_on_desc: '运行于 {0} 端口,可用于 Alfred 等第三方软件切换 hosts',
   ignore_case: '忽略大小写',
   import: '导入',
   import_done: '导入已完成。',