Skip to content

fix: correct 'occured' to 'occurred' typo in user-facing error messages#580

Open
Jah-yee wants to merge 1 commit into
Clon1998:masterfrom
Jah-yee:fix/occured-typo
Open

fix: correct 'occured' to 'occurred' typo in user-facing error messages#580
Jah-yee wants to merge 1 commit into
Clon1998:masterfrom
Jah-yee:fix/occured-typo

Conversation

@Jah-yee

@Jah-yee Jah-yee commented Jul 21, 2026

Copy link
Copy Markdown

Summary

Correct spelling error in 3 Dart files - all user-facing error messages displayed in the Flutter mobile app.

Changes

  • lib/main.dart: 'occured'→'occurred' and 'languange'→'language' in error widget
  • lib/app_setup.dart: 'occured'→'occurred' in FileSystemException error handler
  • lib/ui/components/bottomsheet/user_bottom_sheet.dart: 'occured'→'occurred' in 8 user-facing error messages (sign in, register, sign out, email verification, password reset, delete account, restore purchases, user management)

Why

All instances are user-facing error messages shown in the mobile app UI. Misspelling 'occurred' undermines the professional tone of error notifications.

Signed-off-by: Jah-yee jydu_seven@outlook.com

Correct spelling error in multiple Dart files:
- lib/main.dart: 'occured'→'occurred' and 'languange'→'language' in error widget
- lib/app_setup.dart: 'occured'→'occurred' in FileSystemException handler
- lib/ui/components/bottomsheet/user_bottom_sheet.dart: 'occured'→'occurred' in 8 user-facing error messages

All instances are user-facing error messages displayed in the Flutter mobile app UI.

Signed-off-by: Jah-yee <jydu_seven@outlook.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant