Skip to content

Commit

Permalink
fix out of date generated l10 file
Browse files Browse the repository at this point in the history
  • Loading branch information
IoanaAlexandru committed Aug 28, 2020
1 parent e036e70 commit 60b10e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generated/intl/messages_en.dart
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ class MessageLookup extends MessageLookupByLibrary {
"warningPasswordLength" : MessageLookupByLibrary.simpleMessage("The password must be 8 characters long or more."),
"warningPasswordLowercase" : MessageLookupByLibrary.simpleMessage("The password must include at least one lowercase letter."),
"warningPasswordNumber" : MessageLookupByLibrary.simpleMessage("The password must include at least one number."),
"warningPasswordSpecialCharacters" : MessageLookupByLibrary.simpleMessage("The password must include one least a special character."),
"warningPasswordSpecialCharacters" : MessageLookupByLibrary.simpleMessage("The password must include at least one special character."),
"warningPasswordUppercase" : MessageLookupByLibrary.simpleMessage("The password must include at least one uppercase letter."),
"warningTryAgainLater" : MessageLookupByLibrary.simpleMessage("Please try again later."),
"warningUseProvider" : m6,
Expand Down

0 comments on commit 60b10e7

Please sign in to comment.