Skip to content

Commit 9b85c8b

Browse files
committed
Fix bug in polish translation
1 parent 81f2d45 commit 9b85c8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/l10n/messages_pl.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class MessageLookup extends MessageLookupByLibrary {
3838
"DateStringErrorText": MessageLookupByLibrary.simpleMessage(
3939
"To pole wymaga poprawnego ciągu znaków daty."),
4040
"emailErrorText": MessageLookupByLibrary.simpleMessage(
41-
"To pole wymaga podania poprawnego adresu e-mail.")
41+
"To pole wymaga podania poprawnego adresu e-mail."),
4242
"ipErrorText": MessageLookupByLibrary.simpleMessage(
4343
"To pole wymaga ważnego IP."),
4444
"matchErrorText": MessageLookupByLibrary.simpleMessage(

0 commit comments

Comments
 (0)