Skip to content

Commit 060fe35

Browse files
authored
Fix
Added localization
1 parent aac3074 commit 060fe35

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/main/utils.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,14 @@
686686
badPlPesel: 'The PESEL entered is invalid',
687687
badPlNip: 'The NIP entered is invalid',
688688
badPlRegon: 'The REGON entered is invalid',
689-
badreCaptcha: 'Please confirm that you are not a bot'
689+
badreCaptcha: 'Please confirm that you are not a bot',
690+
passwordComplexityStart: 'Password must contain at least ',
691+
passwordComplexitySeparator: ', ',
692+
passwordComplexityUppercaseInfo: ' uppercase letter(s)',
693+
passwordComplexityLowercaseInfo: ' lowercase letter(s)',
694+
passwordComplexitySpecialCharsInfo: ' special character(s)',
695+
passwordComplexityNumericCharsInfo: ' numeric character(s)',
696+
passwordComplexityEnd: '.'
690697
}
691698
});
692699

0 commit comments

Comments
 (0)