15685: Merge branch 'master' into 15685-file-renaming-empty-name
[arvados-workbench2.git] / src / views-components / rename-file-dialog / rename-file-dialog.tsx
index 9e276ade09e71e6b9e42c485b8b6e89be73c8d57..d05c110b7b3971e44e0aed7d700182e96d9b7fcb 100644 (file)
@@ -37,5 +37,5 @@ const RenameDialogFormFields = (props: WithDialogProps<RenameFileDialogData>) =>
         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." />
 </>;