Skip to content

Commit 488ad02

Browse files
committed
Correct to DomainAlreadyJoinedhMessage variable name
1 parent ce6d20c commit 488ad02

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

DSCResources/MSFT_xOfflineDomainJoin/MSFT_xOfflineDomainJoin.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ function Test-TargetResource
136136
# Domain is already joined.
137137
Write-Verbose -Message ( @(
138138
"$($MyInvocation.MyCommand): "
139-
$($LocalizedData.DomainAlreadyJoinedhMessage) `
139+
$($LocalizedData.DomainAlreadyJoinedMessage) `
140140
-f $CurrentDomainName `
141141
) -join '' )
142142
}

DSCResources/MSFT_xOfflineDomainJoin/en-us/MSFT_xOfflineDomainJoin.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ConvertFrom-StringData @'
44
AttemptingDomainJoinMessage=Attempting domain join using ODJ Request file '{0}'.
55
DomainJoinedMessage=Domain joined using ODJ Request file '{0}'. Reboot will be required.
66
CheckingOfflineDomainJoinMessage=Checking the Offline Domain Join State.
7-
DomainAlreadyJoinedhMessage=The computer is already joined to a domain '{0}'. Change not required.
7+
DomainAlreadyJoinedMessage=The computer is already joined to a domain '{0}'. Change not required.
88
DomainNotJoinedMessage=The computer is not joined to a domain. Change required.
99
RequestFileNotFoundError=The ODJ Request file '{0}' does not exist.
1010
DjoinError=Error {0} occured requesting the Offline Domain Join.

0 commit comments

Comments
 (0)