浏览代码

全部模块:使用方式上添加产品名

tangxiangan 2 年之前
父节点
当前提交
dc1c110c52
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      pdf-tech-core/src/main/java/cn/kdan/pdf/tech/core/enums/CaptchaActionEnum.java

+ 3 - 3
pdf-tech-core/src/main/java/cn/kdan/pdf/tech/core/enums/CaptchaActionEnum.java

@@ -25,8 +25,8 @@ public enum CaptchaActionEnum {
                     "</p>\n" +
                     "<span style=\"font-size:16px;font-family:Arial;\"><span style=\"font-size:16px;\"><span style=\"font-size:16px;font-family:Arial;\">Your account can’t be accessed without this verification code, even if you didn’t submit this request.</span></span><span style=\"font-size:16px;\"></span></span>"),
     //忘记密码
-    FORGET_PASSWORD("1", "忘记密码", "Reset Your PDF Technologies Account Password", "<span style=\"font-size:16px;font-family:Arial;\"><span style=\"font-size:16px;\">Hello,<br />\n" +
-            "We have received a request to reset the password for your </span><span style=\"font-size:16px;color:#FF0000;\">PDF Technologies Account.</span><span style=\"font-size:16px;\"> If you are not aware of such a request please delete this email.<br />\n" +
+    FORGET_PASSWORD("1", "忘记密码", "Reset Your PDF Tech Account Password", "<span style=\"font-size:16px;font-family:Arial;\"><span style=\"font-size:16px;\">Hello,<br />\n" +
+            "We have received a request to reset the password for your </span><span style=\"font-size:16px;color:#FF0000;\">PDF Tech Account.</span><span style=\"font-size:16px;\"> If you are not aware of such a request please delete this email.<br />\n" +
             "Please use the below password to log in to Admin Console and change your password.<br />\n" +
             "Email: %s<br />\n" +
             "Password: </span><span style=\"font-size:16px;color:#FF0000;\">%s</span><span style=\"font-size:16px;\"><br />\n" +
@@ -79,7 +79,7 @@ public enum CaptchaActionEnum {
             "</p>"),
     ASSIGN_LICENSE_CODE("5", "账号被授权", "Your organization administrator has updated your PDF Tech licenses", "<p>\n" +
             "\t<span style=\"font-size:16px;font-family:Arial;\"><span style=\"font-size:16px;font-family:Arial;\"><span style=\"font-size:10pt;font-family:Arial;\"><span style=\"font-size:16px;\">Dear </span><span style=\"font-size:16px;color:#0000FF;\">%s</span><span style=\"font-size:10pt;\"><span style=\"font-size:16px;\">,</span><br />\n" +
-            "<span style=\"font-size:16px;\">Your PDF Technologies licenses have been updated by your organization's administrator.</span><br />\n" +
+            "<span style=\"font-size:16px;\">Your PDF Tech licenses have been updated by your organization's administrator.</span><br />\n" +
             "<span style=\"font-size:16px;\">Currently, you have licenses for the product(s) below:</span><br />\n" +
             "</span><span style=\"font-size:10pt;color:#0000FF;\"><br />\n" +
             "</span><span style=\"font-size:16px;font-weight:bold;color:#0000FF;\">%s</span></span></span></span>\n" +