diff --git a/xml/page_member_topupCash.xml b/xml/page_member_topupCash.xml index 9cf87ee0..6bc0361f 100644 --- a/xml/page_member_topupCash.xml +++ b/xml/page_member_topupCash.xml @@ -69,11 +69,11 @@ Var PayAmount = 0 Var RemainAmountStr !assigned StringFmt( PayAmount, DisplayFormat, PreScaleConvertShow ) If show_eng = "true" Then - Var RemainAmountStr = "เติม " + RemainAmountStr - Var RemainAmountStr = RemainAmountStr + "###size=90" - Else Var RemainAmountStr = "Top-up " + RemainAmountStr Var RemainAmountStr = RemainAmountStr + "###size=110" + Else + Var RemainAmountStr = "เติม " + RemainAmountStr + Var RemainAmountStr = RemainAmountStr + "###size=90" EndIf