[firebase_ui_auth] "Unknown" hardcoded in editable_user_display_name.dart #437
Labels
auth
blocked: customer response
Waiting for customer response, e.g. more information was requested.
platform: all
Is there an existing issue for this?
What plugin is this bug for?
Firebase UI Auth
What platform(s) does this bug affect?
Android, iOS, Web, macOS
List of dependencies used.
flutter pub deps -s list
Steps to reproduce
at line 122 of packages/firebase_ui_auth/lib/src/widgets/editable_user_display_name.dart there is an hardcoded string:
Subtitle(text: displayName ?? 'Unknown'),
Please localize it in firebase_ui_localizations
Expected Behavior
I expect that 'Unknown' string to be localized
Actual Behavior
'Unknown' string is hardcoded
Additional Information
No response
The text was updated successfully, but these errors were encountered: