mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
fix(site): fix grammar in batch update description (#23605)
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user