🐛 cancelLabel
should be capitalized for cancel button or have similar cancelButtonLabel
#133
Closed
1 task done
Labels
auth
bug
Something isn't working
resolution: fixed
A fix has been merged or is pending merge from a PR
Is there an existing issue for this?
What plugin is this bug for?
Firebase UI Localizations
What platform(s) does this bug affect?
Android, iOS, Web, macOS, Linux, Windows
List of dependencies used.
flutter pub deps -s list
Steps to reproduce
Calling
showReauthenticateDialog
is strange with a lowercase cancel button.Expected Behavior
Calling
showReauthenticateDialog
and seeing a "Cancel" button.Actual Behavior
Calling
showReauthenticateDialog
and seeing a "cancel" button.Additional Information
I'm not sure where you are using the
cancelLabel
, but I believe this should not be as it is.PS: Only tested in
en-us
as of right now.The text was updated successfully, but these errors were encountered: