LT-316: Change Add New Study to Import Study

This commit is contained in:
Erik Ziegler 2016-11-11 11:51:18 +01:00
parent 57b0d50c28
commit 16f7b39b44

View File

@ -3,7 +3,7 @@
{{#if importSupported }}
<div class="addNewStudy btn-file">
<label for="btnImport">
<i class="fa fa-plus"></i> Add new study
<i class="fa fa-plus"></i> Import study
</label>
<input id="btnImport" class='js-import-files' type="file" webkitdirectory directory multiple>
</div>