Skip to content

Commit

Permalink
fix: uncompromised password validation translation (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio authored Jun 14, 2024
1 parent e4f0344 commit 6cf1f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/ro/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
'mixed' => ':Attribute trebuie să conțină cel puțin o literă mare și o literă mică.',
'numbers' => ':Attribute trebuie să conțină cel puțin un număr.',
'symbols' => ':Attribute trebuie să conțină cel puțin un simbol.',
'uncompromised' => ':Attribute dat a apărut într-o scurgere de date. Vă rugăm să alegeți un alt :attribute.',
'uncompromised' => ':Attribute nu este sigură. Te rugăm să folosești o altă parolă.',
],
'present' => 'Câmpul :attribute trebuie să fie prezent.',
'prohibited' => 'Câmpul :attribute este interzis.',
Expand Down

0 comments on commit 6cf1f70

Please sign in to comment.