Skip to content

Commit

Permalink
spell correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuljeet1998 committed Sep 27, 2024
1 parent 7338147 commit 3ea742a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/layout/fragment_edit_achievement.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
android:id="@+id/et_fname"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/first_name"
android:hint=q"@string/first_name"
android:textColor="@color/daynight_textColor"
android:backgroundTint="@color/daynight_textColor" />
</com.google.android.material.textfield.TextInputLayout>
Expand Down Expand Up @@ -188,7 +188,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:hint="Summery of achievements - Briefly summarize your achievement and add related materials below"
android:hint="Summary of achievements - Briefly summarize your achievement and add related materials below"
android:textSize="20sp"
android:textColor="@color/daynight_textColor"
android:backgroundTint="@color/daynight_textColor" />
Expand Down

0 comments on commit 3ea742a

Please sign in to comment.