Skip to content

Commit

Permalink
Fix link on Add Dataset page
Browse files Browse the repository at this point in the history
Unrelated to rest of branch, made a quick fix to a docs link on the Add Dataset Page. Original link failed to point to the correct subsection of the guides page.
  • Loading branch information
Derek Murphy authored and Derek Murphy committed Jun 8, 2018
1 parent 5d87d6a commit fe59aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/Bundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -1309,7 +1309,7 @@ file.count={0} {0, choice, 0#Files|1#File|2#Files}
file.count.selected={0} {0, choice, 0#Files Selected|1#File Selected|2#Files Selected}
file.selectToAddBtn=Select Files to Add
file.selectToAdd.tipLimit=File upload limit is {0} bytes per file.
file.selectToAdd.tipMoreInformation=For more information about supported file formats, please refer to the <a href="{0}/{1}/user/dataset-management.html#file-handling-and-uploading" title="File Handling and Uploading - Dataverse User Guide" target="_blank">User Guide</a>.
file.selectToAdd.tipMoreInformation=For more information about supported file formats, please refer to the <a href="{0}/{1}/user/dataset-management.html#file-handling-uploading" title="File Handling and Uploading - Dataverse User Guide" target="_blank">User Guide</a>.
file.selectToAdd.dragdropMsg=Drag and drop files here.
file.createUploadDisabled=Once you have saved your dataset, you can upload your data using the "Upload Files" button on the dataset page. For more information about supported file formats, please refer to the User Guide.
file.fromDropbox=Upload from Dropbox
Expand Down

0 comments on commit fe59aef

Please sign in to comment.