diff --git a/client/src/components/autosave/filenameDialog.js b/client/src/components/autosave/filenameDialog.js index b6e06a49..e8fb5c0d 100644 --- a/client/src/components/autosave/filenameDialog.js +++ b/client/src/components/autosave/filenameDialog.js @@ -74,7 +74,7 @@ class FilenameDialog extends React.Component { color: Colors.ORANGE3 }} > - {"Filename cannot be blank"} + {"Name cannot be blank"} ); } else if (err === "characters") { @@ -115,7 +115,7 @@ class FilenameDialog extends React.Component { >
Name your collection of user generated annotations:
+Name your annotations collection:
- You can find your collection at:{" "}
+ Your annotations are stored in this file:
{filenameText}-{idhash}.csv
+ (We added a unique ID to your filename) +