Skip to content

Commit

Permalink
Merge pull request #2 from khan-mujeeb/ne/actions
Browse files Browse the repository at this point in the history
Ne/actions
  • Loading branch information
khan-mujeeb authored Jun 11, 2023
2 parents 06197bd + 59a8542 commit ccf3e4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_number.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:text="OTP Verification"
android:text="@string/otp_verification"
android:textAlignment="center"
android:textColor="@color/white"
android:textSize="18sp"
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@
<string name="name_of_person">Name of person</string>
<string name="online">Online</string>
<string name="type_message">Type Message</string>
<string name="otp_verification">OTP Verification</string>
</resources>

0 comments on commit ccf3e4d

Please sign in to comment.