diff --git a/android/app/src/main/res/mipmap-hdpi/ic_launcher.png b/android/app/src/main/res/mipmap-hdpi/ic_launcher.png index e38b34a..e4660e2 100644 Binary files a/android/app/src/main/res/mipmap-hdpi/ic_launcher.png and b/android/app/src/main/res/mipmap-hdpi/ic_launcher.png differ diff --git a/android/app/src/main/res/mipmap-mdpi/ic_launcher.png b/android/app/src/main/res/mipmap-mdpi/ic_launcher.png index f2e7d3f..addfed8 100644 Binary files a/android/app/src/main/res/mipmap-mdpi/ic_launcher.png and b/android/app/src/main/res/mipmap-mdpi/ic_launcher.png differ diff --git a/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png index 854c0b1..d76a9b7 100644 Binary files a/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png and b/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png index bf6c55d..5eecced 100644 Binary files a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png and b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png index f06ef3b..7e20111 100644 Binary files a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png and b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/lib/app/modules/sign_up/views/sign_up_screen_step1_view.dart b/lib/app/modules/sign_up/views/sign_up_screen_step1_view.dart index 65cf3f8..1b3d3e2 100644 --- a/lib/app/modules/sign_up/views/sign_up_screen_step1_view.dart +++ b/lib/app/modules/sign_up/views/sign_up_screen_step1_view.dart @@ -67,10 +67,10 @@ class SignUpScreenStep1View extends GetView { enableInteractiveSelection: false, refKey: FormFieldConstants.instance().getFormKey("${className}firstNameField"), controller: FormFieldConstants.instance().getController("${className}firstNameField"), - hintText: "User Name", - labelText: TranslationKeys.makeTranslation("User Name"), + hintText: "User First Name", + labelText: TranslationKeys.makeTranslation("User First Name"), inputFormatters: [LengthLimitingTextInputFormatter(FieldUtils.userNameFieldLength)], - ), + ) ), const Spacer(), Expanded(