15685: Merge branch 'master' into 15685-file-renaming-empty-name
[arvados-workbench2.git] / src / views-components / rename-file-dialog / rename-file-dialog.tsx
index 0abdb5d6c2cf91027ece9024ec534fc6e3bbeded..d05c110b7b3971e44e0aed7d700182e96d9b7fcb 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 the collection's content address." />
 </>;