pinak22dhir / Python-Gamez-Arena

MIT License
11 stars 25 forks source link

Fixed typos in sign-up and sign-in messages #43

Closed Burhanuddin-2001 closed 9 months ago

Burhanuddin-2001 commented 9 months ago

Closes #20

🛠️ Fixes Issue: #20

Type of change ✍️

Please delete options that are not relevant.

👨‍💻 Changes proposed:

In this pull request, I have fixed a typo in the message that appears after the successful sign-up process in the app. The typo was located in the file signupwindow.py in the python folder, specifically on line 37. Additionally, I have corrected the typo in the message that appears when a wrong password or username is entered on the sign-in page. This typo was located in the main.pyw file on line 36.

✔️ Check List (Check all the applicable boxes)

📷 Screenshots

Before:

  1. Sign-up typo

  2. Sign-in typo

After: 1. Sign-up typo fix

2. Sign-in typo fix

pinak22dhir commented 9 months ago

thanks for contributing @Burhanuddin-2001, keep solving more issues...