diff --git a/lib/config/localized_values.dart b/lib/config/localized_values.dart index 98607cff..c9b9a9a6 100644 --- a/lib/config/localized_values.dart +++ b/lib/config/localized_values.dart @@ -94,7 +94,7 @@ const Map> localizedValues = { "ar": "مسح رمزاال QR لاسترداد ملف تعريف المريض" }, "scanERQrCode": { - "en": "Scan Qr code to Handle Er Sign In", + "en": "Scan Qr code to handle ER Sign In", "ar": "امسح رمز ال ER للتعامل مع تسجيل الدخول" }, "scanQr": {"en": "Scan Qr", "ar": "اقراء ال QR"}, diff --git a/lib/screens/ER_singin/ER_singin_screen.dart b/lib/screens/ER_singin/ER_singin_screen.dart index 1a65e3dc..0d9dbc5e 100644 --- a/lib/screens/ER_singin/ER_singin_screen.dart +++ b/lib/screens/ER_singin/ER_singin_screen.dart @@ -135,7 +135,7 @@ class _ErSignInScreenState extends State { builder: (ctx) => Center( child: Container( width: MediaQuery.of(context).size.width * 0.8, - height: 200, + height: 250, child: AppScaffold( isShowAppBar: false, body: Container( @@ -153,7 +153,7 @@ class _ErSignInScreenState extends State { mainAxisAlignment: MainAxisAlignment.center, children: [ AppText( - TranslationBase.of(context).noteConfirm, + "Select option", fontWeight: FontWeight.w600, color: Colors.black, fontSize: 16,