From afb05d299d59b7a061bc26a65e9160ab41446d89 Mon Sep 17 00:00:00 2001 From: dulingling Date: Tue, 14 Jul 2020 20:27:50 +0800 Subject: [PATCH 1/2] =?UTF-8?q?upd:=E5=95=86=E6=88=B7=E5=9C=B0=E5=9D=80?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E6=B7=BB=E5=8A=A0=E6=A0=87=E6=B3=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- .../ui/static/application/templates/clientAuthentication.html | 2 +- .../static/payment/kyc/templates/bd_help_client_detail.html | 2 +- .../payment/kyc/templates/compliance_audit_client_detail.html | 2 +- src/main/ui/static/payment/partner/templates/add_partner.html | 2 +- .../payment/partner/templates/add_sub_partner_dialog.html | 2 +- .../payment/partner/templates/client_partner_detail.html | 4 ++-- .../static/payment/partner/templates/client_partner_edit.html | 2 +- .../ui/static/payment/partner/templates/partner_detail.html | 2 +- .../ui/static/payment/partner/templates/partner_edit.html | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index 3bf8a85fd..b2b5f7715 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ 4.0.0 manage - 2.3.38 + 2.3.39 UTF-8 2.4.0 diff --git a/src/main/ui/static/application/templates/clientAuthentication.html b/src/main/ui/static/application/templates/clientAuthentication.html index 641f22bea..04c028239 100644 --- a/src/main/ui/static/application/templates/clientAuthentication.html +++ b/src/main/ui/static/application/templates/clientAuthentication.html @@ -306,7 +306,7 @@
-
Address Information
+
Address Information(Registered address on your business license.)
diff --git a/src/main/ui/static/payment/kyc/templates/bd_help_client_detail.html b/src/main/ui/static/payment/kyc/templates/bd_help_client_detail.html index fd27917f5..498f552a5 100644 --- a/src/main/ui/static/payment/kyc/templates/bd_help_client_detail.html +++ b/src/main/ui/static/payment/kyc/templates/bd_help_client_detail.html @@ -244,7 +244,7 @@
-
Address Information
+
Address Information(Registered address on your business license.)
diff --git a/src/main/ui/static/payment/kyc/templates/compliance_audit_client_detail.html b/src/main/ui/static/payment/kyc/templates/compliance_audit_client_detail.html index bd4341b6e..d869efd30 100644 --- a/src/main/ui/static/payment/kyc/templates/compliance_audit_client_detail.html +++ b/src/main/ui/static/payment/kyc/templates/compliance_audit_client_detail.html @@ -177,7 +177,7 @@
-
Address Information
+
Address Information(Registered address on your business license.)
diff --git a/src/main/ui/static/payment/partner/templates/add_partner.html b/src/main/ui/static/payment/partner/templates/add_partner.html index 48de51dcf..00c19aeae 100644 --- a/src/main/ui/static/payment/partner/templates/add_partner.html +++ b/src/main/ui/static/payment/partner/templates/add_partner.html @@ -993,7 +993,7 @@
-
Address Information
+
Address Information(Registered address on your business license.)
-
Address Information
+
Address Information(Registered address on your business license.)
diff --git a/src/main/ui/static/payment/partner/templates/client_partner_detail.html b/src/main/ui/static/payment/partner/templates/client_partner_detail.html index e13c7127f..4ee9c4cbe 100644 --- a/src/main/ui/static/payment/partner/templates/client_partner_detail.html +++ b/src/main/ui/static/payment/partner/templates/client_partner_detail.html @@ -506,7 +506,7 @@
-
Address Information
+
Address Information(Registered address on your business license.)
@@ -1157,7 +1157,7 @@
-
Address Information
+
Address Information(Registered address on your business license.)
diff --git a/src/main/ui/static/payment/partner/templates/client_partner_edit.html b/src/main/ui/static/payment/partner/templates/client_partner_edit.html index 40b9b1cbf..504ef2ad2 100644 --- a/src/main/ui/static/payment/partner/templates/client_partner_edit.html +++ b/src/main/ui/static/payment/partner/templates/client_partner_edit.html @@ -618,7 +618,7 @@
-
Address Information
+
Address Information(Registered address on your business license.)
diff --git a/src/main/ui/static/payment/partner/templates/partner_detail.html b/src/main/ui/static/payment/partner/templates/partner_detail.html index ec6410f06..e12e54143 100644 --- a/src/main/ui/static/payment/partner/templates/partner_detail.html +++ b/src/main/ui/static/payment/partner/templates/partner_detail.html @@ -1082,7 +1082,7 @@
-
Address Information
+
Address Information(Registered address on your business license.)
diff --git a/src/main/ui/static/payment/partner/templates/partner_edit.html b/src/main/ui/static/payment/partner/templates/partner_edit.html index 10b1aaf8d..dd4cd207e 100644 --- a/src/main/ui/static/payment/partner/templates/partner_edit.html +++ b/src/main/ui/static/payment/partner/templates/partner_edit.html @@ -901,7 +901,7 @@
-
Address Information
+
Address Information(Registered address on your business license.)
From 2504c2c91e378e811cf4ebd8b053d03aae12e889 Mon Sep 17 00:00:00 2001 From: dulingling Date: Tue, 14 Jul 2020 20:30:01 +0800 Subject: [PATCH 2/2] =?UTF-8?q?upd:=E5=8D=87=E7=BA=A7=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b2b5f7715..4b2b5895f 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ 4.0.0 manage - 2.3.39 + 2.3.40 UTF-8 2.4.0