diff --git a/.changeset/tall-pumas-teach.md b/.changeset/tall-pumas-teach.md
new file mode 100644
index 0000000000..39e7c06297
--- /dev/null
+++ b/.changeset/tall-pumas-teach.md
@@ -0,0 +1,5 @@
+---
+'@backstage/plugin-scaffolder-react': patch
+---
+
+Fixed a typo '$' in the review step label
diff --git a/plugins/scaffolder-react/src/next/components/Stepper/Stepper.tsx b/plugins/scaffolder-react/src/next/components/Stepper/Stepper.tsx
index 5fbda65957..5bfdf1a44a 100644
--- a/plugins/scaffolder-react/src/next/components/Stepper/Stepper.tsx
+++ b/plugins/scaffolder-react/src/next/components/Stepper/Stepper.tsx
@@ -214,7 +214,7 @@ export const Stepper = (stepperProps: StepperProps) => {
);
})}