From 70ef4a60861fbdd724f70fbe7241ad7b3be02652 Mon Sep 17 00:00:00 2001 From: dragon <3013557874@qq.com> Date: Fri, 27 Sep 2024 14:49:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B4=A6=E6=88=B7=E6=96=87?= =?UTF-8?q?=E6=A1=88=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/molistar/modules/guild-ar/js/PAYONNER.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/molistar/modules/guild-ar/js/PAYONNER.js b/view/molistar/modules/guild-ar/js/PAYONNER.js index 740e60b8..508261b8 100644 --- a/view/molistar/modules/guild-ar/js/PAYONNER.js +++ b/view/molistar/modules/guild-ar/js/PAYONNER.js @@ -64,7 +64,7 @@ function translateFun() { $('.text5').text(langReplace(localLang.payonner.text5)); $('.text6').attr('placeholder', langReplace(localLang.payonner.text6)); $('.text7').attr('placeholder', langReplace(localLang.payonner.text7)); - $('.text8').attr('placeholder', langReplace(localLang.payonner.p7)); + $('.text8').attr('placeholder', langReplace(localLang.pTitle.p7)); $('.text9').attr('placeholder', langReplace(localLang.payonner.text9)); $('.p1').text(langReplace(localLang.pTitle.p1)); $('.p7').text(langReplace(localLang.pTitle.p7));