From bf81ea7a41f812ccdbd86fac3cee5a800cb54f33 Mon Sep 17 00:00:00 2001 From: ysfscream <894402575@qq.com> Date: Wed, 5 Feb 2020 15:45:20 +0800 Subject: [PATCH] fix(connection): fix translation --- src/lang/connections.ts | 2 +- vue.config.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lang/connections.ts b/src/lang/connections.ts index d4768dd94..f1c9208e7 100644 --- a/src/lang/connections.ts +++ b/src/lang/connections.ts @@ -165,6 +165,6 @@ export default { }, willMessage: { zh: '遗嘱消息', - en: 'Last-Will Message', + en: 'Last Will and Testament', }, } diff --git a/vue.config.js b/vue.config.js index 25af4d341..477095c8c 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,7 +1,6 @@ module.exports = { pluginOptions: { electronBuilder: { - removeElectronJunk: true, builderOptions: { win: { icon: './public/app.ico'