Add site manager and initial validation
[arvados-workbench2.git] / src / views-components / rename-file-dialog / rename-file-dialog.tsx
index 0abdb5d6c2cf91027ece9024ec534fc6e3bbeded..1a806511523b6e0bc3fabeb1322a72ba615e3fcf 100644 (file)
@@ -35,6 +35,7 @@ const RenameDialogFormFields = (props: WithDialogProps<RenameFileDialogData>) =>
     <Field
         name='name'
         component={TextField}
+        autoFocus={true}
     />
-    <WarningCollection text="Renaming a file will change content adress." />
+    <WarningCollection text="Renaming a file will change content address." />
 </>;