bug fixed

This commit is contained in:
nutchayut
2024-12-27 18:09:34 +07:00
parent a02c6b91a8
commit f16e5f491a
9165 changed files with 10543 additions and 2225750 deletions

View File

@@ -49,7 +49,7 @@ class _RegisterPageState extends State<RegisterPage> {
Padding(
padding: const EdgeInsets.all(20.0),
child: Text(
"Scan ID card/Passport".tr(),
widget.isPassport?"Scan Passport".tr(): "Scan ID card".tr(),
textAlign: TextAlign.center,
style: GoogleFonts.kanit(
color: Color(0xff65676b),
@@ -58,7 +58,7 @@ class _RegisterPageState extends State<RegisterPage> {
),
),
widget.isPassport?Container(
width: MediaQuery.of(context).size.width * 0.8,
width: MediaQuery.of(context).size.width * 0.6,
child: Image(
image: AssetImage('images/register/passport.png'),
fit: BoxFit.cover,

View File

@@ -161,7 +161,7 @@ class _TransferPromptPayDetailState extends State<TopUpAmountPage> {
height: 20,
),
Text(
"QR ของคุณได้ถูกสร้างแล้ว\nผู้จ่ายสามารถสแกนเพื่อเติมเงินได้",
"QR ของคุณได้ถูกสร้างแล้ว\nผู้จ่ายสามารถสแกนเพื่อเติมเงินได้".tr(),
style: TextStyle(
color: ColorCustom.greyBorder,
fontSize: 12,

View File

@@ -397,7 +397,7 @@ class _TransferPromptPayDetailState extends State<TopUpMyQrPage> {
height: 20,
),
Text(
"QR ของคุณได้ถูกสร้างแล้ว\nผู้จ่ายสามารถสแกนเพื่อเติมเงินได้",
"QR ของคุณได้ถูกสร้างแล้ว\nผู้จ่ายสามารถสแกนเพื่อเติมเงินได้".tr(),
style: TextStyle(
color: ColorCustom.greyBorder,
fontSize: 12,