Skip to content

Commit

Permalink
Fix correct localized string
Browse files Browse the repository at this point in the history
  • Loading branch information
johlju committed Jul 28, 2019
1 parent 7bd82dc commit 0f12881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DSCResources/MSFT_ADUser/MSFT_ADUser.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -2367,7 +2367,7 @@ function Test-Password
if ($Credential)
{
Write-Verbose -Message (
$script:localizedData.CheckingADUserPassword -f $Credential.UserName, $UserName
$script:localizedData.TestPasswordUsingImpersonation -f $Credential.UserName, $UserName
)

$principalContext = New-Object -TypeName 'System.DirectoryServices.AccountManagement.PrincipalContext' -ArgumentList @(
Expand Down

0 comments on commit 0f12881

Please sign in to comment.