diff --git a/src/sections/analysis/reviewPanelBody/moveInfo.tsx b/src/sections/analysis/reviewPanelBody/moveInfo.tsx index 1de2ef2..8b48d9d 100644 --- a/src/sections/analysis/reviewPanelBody/moveInfo.tsx +++ b/src/sections/analysis/reviewPanelBody/moveInfo.tsx @@ -49,5 +49,5 @@ const moveClassificationLabels: Record = { [MoveClassification.Good]: "good", [MoveClassification.Excellent]: "excellent", [MoveClassification.Best]: "the best move", - [MoveClassification.Book]: "an opening move", + [MoveClassification.Book]: "a book move", };