Add site manager and initial validation
[arvados-workbench2.git] / src / views-components / rename-file-dialog / rename-file-dialog.tsx
index 9e276ade09e71e6b9e42c485b8b6e89be73c8d57..1a806511523b6e0bc3fabeb1322a72ba615e3fcf 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 content address." />
 </>;