Skip to content

Commit

Permalink
[TASK] Removed unused localization keys
Browse files Browse the repository at this point in the history
Refs #70
  • Loading branch information
derhansen committed Dec 2, 2023
1 parent 936695d commit 9dfdbee
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions Resources/Private/Language/locallang.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,6 @@
<trans-unit id="passwordsDoNotMatch">
<source>The passwords do not match</source>
</trans-unit>
<trans-unit id="passwordComplexity.failure.minLength">
<source>The password must at least have a length of %1s chars</source>
</trans-unit>
<trans-unit id="passwordComplexity.failure.capitalCharCheck">
<source>The password must at least contain one capital char</source>
</trans-unit>
<trans-unit id="passwordComplexity.failure.lowerCaseCharCheck">
<source>The password must at least contain one lower case char</source>
</trans-unit>
<trans-unit id="passwordComplexity.failure.digitCheck">
<source>The password must at least contain one digit</source>
</trans-unit>
<trans-unit id="passwordComplexity.failure.specialCharCheck">
<source>The password must at least contain one special char</source>
</trans-unit>
<trans-unit id="pwnedPasswordFailure">
<source>This password appeared in a data breach and is found %1s times in the haveibeenpwned.com database. Please choose a different password.</source>
</trans-unit>
Expand Down

0 comments on commit 9dfdbee

Please sign in to comment.