fix(site): fix grammar in batch update description (#23605)

This commit is contained in:
david-fraley
2026-03-26 11:59:46 -05:00
committed by GitHub
parent bfee7e6245
commit 8da45c14bc
@@ -487,7 +487,7 @@ const ReviewForm: FC<ReviewFormProps> = ({
{readyToUpdate.length > 0 && (
<WorkspacesListSection
headerText="Ready to update"
description="These workspaces will have their templates be updated to the latest version."
description="These workspaces will be updated to the latest template version."
>
{readyToUpdate.map((ws) => {
const matchedQuery = templateVersionQueries.find(