diff --git a/src/components/molecules/NavBar.tsx b/src/components/molecules/NavBar.tsx index 2696b98c..adf8254d 100644 --- a/src/components/molecules/NavBar.tsx +++ b/src/components/molecules/NavBar.tsx @@ -88,7 +88,7 @@ export const NavBar: React.FC = ({ newRecording, recordingName, isR } } > - {isRecording ? 'NEW' : 'RECORD'} + {isRecording ? 'New' : 'Create a Robot'} { recordingLength > 0