Revert "Use error code checking and simplified messages (#1782)" (#1783)

This reverts commit 306b43b8b7.
This commit is contained in:
Alex Ma
2022-12-13 09:04:18 -08:00
committed by GitHub
parent 306b43b8b7
commit cc94a1a4c6
5 changed files with 51 additions and 19 deletions

View File

@@ -6515,11 +6515,21 @@ The Query Processor estimates that implementing the following index could improv
<target state="new">Press OK to input a new password that is not empty.</target>
<note></note>
</trans-unit>
<trans-unit id="PasswordChangeDNMReqs">
<source>password does not meet operating system policy requirements</source>
<target state="new">password does not meet operating system policy requirements</target>
<note></note>
</trans-unit>
<trans-unit id="PasswordChangeDNMReqsRetry">
<source>Press OK to input a new password that meets operating system policy requirements.</source>
<target state="new">Press OK to input a new password that meets operating system policy requirements.</target>
<note></note>
</trans-unit>
<trans-unit id="PasswordChangePWCannotBeUsed">
<source>password cannot be used at this time</source>
<target state="new">password cannot be used at this time</target>
<note></note>
</trans-unit>
<trans-unit id="PasswordChangePWCannotBeUsedRetry">
<source>Press OK to input a different password.</source>
<target state="new">Press OK to input a different password.</target>