Skip to content

Commit

Permalink
change ezBIDS config template download button name
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Levitas committed Nov 7, 2023
1 parent 0af4107 commit 197134d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/Finalize.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<el-button @click="download" type="primary">Download BIDS</el-button>

<a :href="config.apihost+'/download/'+session._id+'/ezBIDS_template.json'" download="ezBIDS_template.json">
<el-button @click="download" type="primary" style="float: right" >Download configuration/template</el-button>
<el-button @click="download" type="primary" style="float: right" >Download ezBIDS Template</el-button>
</a>
<p align="right">Saves a configuration file that can be uploaded with subsequent data to save you time!</p>
</p>
Expand Down

0 comments on commit 197134d

Please sign in to comment.