You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ADMF/en-us/strings.psd1
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@
40
40
'Set-AdmfContext.Context.Error.PreImport'='Error executing pre-import script for context {0}'# $ContextObject.Name
41
41
'Set-AdmfContext.Context.InvalidInput'='Invalid context input: {0} of type {1}. Either provide a name (as string) or a context object returned by Get-AdmfContext'# $contextObject, $contextObject.GetType().FullName
'Set-AdmfContext.Context.NotFound'='Unable to find ccontext: {0}'# $contextObject
43
+
'Set-AdmfContext.Context.NotFound'='Unable to find context: {0}'# $contextObject
44
44
'Set-AdmfContext.Domain.AccessError'='Failed to connect to {0} via ADWS'# $Server
45
45
'Set-AdmfContext.Interactive.Cancel'='Interactive prompt cancelled by user'#
46
46
'Set-AdmfContext.Resolution.ExclusionConflict'='Unable to process contexts, as a conflict between contexts has been detected: {0}'# ($conflictingContexts.Name -join ", ")
0 commit comments