Skip to content

Commit e530f7d

Browse files
committed
fix: Position in queue
1 parent 5c72bce commit e530f7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/utils/workspace.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ const getPendingWorkspaceStatusText = (
275275
if (provisionerJob === undefined || provisionerJob.queue_size === 0) {
276276
return t("workspaceStatus.pending", { ns: "common" })
277277
}
278-
return "Pending in queue: " + provisionerJob.queue_position
278+
return "Position in queue: " + provisionerJob.queue_position
279279
}
280280

281281
const LoadingIcon = () => {

0 commit comments

Comments
 (0)