Update WorkspaceProtectedError (#2810)

This commit is contained in:
andrewwallacespeckle
2024-08-29 16:06:05 +01:00
committed by GitHub
parent 3f5c111828
commit 8143ccfb0b
@@ -216,7 +216,7 @@ export const collectAndValidateWorkspaceTargetsFactory =
})
)
throw new WorkspaceProtectedError(
'The target email is not matching the domain policies'
'The invited email does not match the domain policies'
)
}
}