From a38a8a9dbf9735505da4c88afc5d39f7d0d7ec11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=8C=E8=90=8C=E5=93=92=E8=B5=AB=E8=90=9D?= Date: Fri, 17 Mar 2023 23:51:04 +0800 Subject: [PATCH] :hammer: Refactor: remove password mode of picbed setting --- public/i18n/en.yml | 8 ++++---- src/renderer/components/ConfigForm.vue | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/public/i18n/en.yml b/public/i18n/en.yml index bdd3529..34f3353 100644 --- a/public/i18n/en.yml +++ b/public/i18n/en.yml @@ -28,14 +28,14 @@ CURRENT_PICBED: Current Picbed # ---renderer i18n begin--- CHOOSE_YOUR_DEFAULT_PICBED: 'Choose ${d} as your default picbed:' -UPLOAD_AREA: Upload Area +UPLOAD_AREA: Upload UPLOAD_VIEW_HINT: Click to open picbeds settings MANAGE_PAGE: Manage Page GALLERY: Gallery -PICBEDS_SETTINGS: Picbeds Settings +PICBEDS_SETTINGS: Picbeds PICBEDS_MANAGE: Picbeds Manage -PICLIST_SETTINGS: PicList Settings -PLUGIN_SETTINGS: Plugins Settings +PICLIST_SETTINGS: Settings +PLUGIN_SETTINGS: Plugins PICLIST_SPONSOR_TEXT: PicList is a free software, if you like it, please don't forget to buy me a cup of coffee. ALIPAY: Alipay WECHATPAY: Wechat Pay diff --git a/src/renderer/components/ConfigForm.vue b/src/renderer/components/ConfigForm.vue index 368cf4c..674c55a 100644 --- a/src/renderer/components/ConfigForm.vue +++ b/src/renderer/components/ConfigForm.vue @@ -32,7 +32,7 @@