Skip to content

Commit

Permalink
Fix study title in modal in study import
Browse files Browse the repository at this point in the history
  • Loading branch information
kristian-lange committed Jan 17, 2019
1 parent 6e4c3ea commit 69cb053
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -100,7 +100,7 @@ <h4 class="modal-title"><img src="@controllers.gui.routes.Assets.versioned("lib/
response.uploadedDirName, response.newDirName);
} else if (!response.studyExists && !response.uploadedDirExists) {
// 5) !study exists - !udir exists : write both
askConfirmationForStudyNotExistsDirNotExists(response.studyTitle, response.uploadedDirName);
askConfirmationForStudyNotExistsDirNotExists(response.uploadedStudyTitle, response.uploadedDirName);
}
}

Expand Down

0 comments on commit 69cb053

Please sign in to comment.