changed names and paths for files
[arvados.git] / src / views-components / update-project-dialog / update-project-dialog.tsx
index c45584264f50a3b8201afa57dc7f07728b422528..0ea23c8fe1609558f68f599d12b613394915f84b 100644 (file)
@@ -22,7 +22,7 @@ const mapDispatchToProps = (dispatch: Dispatch) => ({
         return dispatch<any>(editProject(data))
             .catch((e: any) => {
                 if (e.errors) {
-                    throw new SubmissionError({ name: e.errors.join("").includes("UniqueViolation") ? "CProject with this name already exists." : "" });
+                    throw new SubmissionError({ name: e.errors.join("").includes("UniqueViolation") ? "Project with this name already exists." : "" });
                 }
             });
     }