diff --git a/frontend/src/lang/modules/en.ts b/frontend/src/lang/modules/en.ts
index 0ef5d074c..0e0798bf0 100644
--- a/frontend/src/lang/modules/en.ts
+++ b/frontend/src/lang/modules/en.ts
@@ -1480,6 +1480,8 @@ const message = {
renewSuccess: 'Renewal succeeded',
renewWebsite:
'This certificate has been associated with the following websites, and the renewal will be applied to these websites simultaneously',
+ createAcme: 'Create Account',
+ acmeHelper: 'Acme account is used to apply for free certificates',
},
firewall: {
notSupport:
diff --git a/frontend/src/lang/modules/zh.ts b/frontend/src/lang/modules/zh.ts
index d06143633..a3102a72b 100644
--- a/frontend/src/lang/modules/zh.ts
+++ b/frontend/src/lang/modules/zh.ts
@@ -1446,6 +1446,7 @@ const message = {
renewSuccess: '续签成功',
renewWebsite: '该证书已经和以下网站关联,续签会同步应用到这些网站',
createAcme: '创建账户',
+ acmeHelper: 'Acme 账户用于申请免费证书',
},
firewall: {
notSupport: '未检测到系统防火墙(firewalld 或者 ufw),请参考官方文档进行安装',
diff --git a/frontend/src/views/website/ssl/acme-account/index.vue b/frontend/src/views/website/ssl/acme-account/index.vue
index 00b341820..0565d559b 100644
--- a/frontend/src/views/website/ssl/acme-account/index.vue
+++ b/frontend/src/views/website/ssl/acme-account/index.vue
@@ -3,6 +3,7 @@
+
{{ $t('website.addAccount') }}