15685: Avoids the webdav service to report server error responses as success.
[arvados-workbench2.git] / src / views-components / rename-file-dialog / rename-file-dialog.tsx
index 1a806511523b6e0bc3fabeb1322a72ba615e3fcf..d05c110b7b3971e44e0aed7d700182e96d9b7fcb 100644 (file)
@@ -37,5 +37,5 @@ const RenameDialogFormFields = (props: WithDialogProps<RenameFileDialogData>) =>
         component={TextField}
         autoFocus={true}
     />
-    <WarningCollection text="Renaming a file will change content address." />
+    <WarningCollection text="Renaming a file will change the collection's content address." />
 </>;