minor changes to verbiage and id value

This commit is contained in:
Milo Schwartz
2025-02-01 21:11:31 -05:00
parent b5420a40ab
commit 53660a163c
2 changed files with 3 additions and 4 deletions

View File

@@ -75,7 +75,7 @@ export async function transferResource(
return next(
createHttpError(
HttpCode.BAD_REQUEST,
`Resource is already assigned to site with ID ${siteId}`
`Resource is already assigned to this site`
)
);
}