aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
authorzsloan2022-08-01 16:32:42 +0000
committerzsloan2022-08-01 17:01:55 +0000
commit763228743556936d02dafe920e7b4fc62a63ecca (patch)
treeb6eb20bea3b8974fbdddede29bd7a45b36e668c7 /wqflask
parent89d8aa2635d7208f4fee38db32322f28cedcd9a7 (diff)
downloadgenenetwork2-763228743556936d02dafe920e7b4fc62a63ecca.tar.gz
Change Make Default button to Save Settings
Diffstat (limited to 'wqflask')
-rwxr-xr-xwqflask/wqflask/templates/index_page.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/index_page.html b/wqflask/wqflask/templates/index_page.html
index 3d76503c..2b72d6b2 100755
--- a/wqflask/wqflask/templates/index_page.html
+++ b/wqflask/wqflask/templates/index_page.html
@@ -148,7 +148,7 @@
<input id="btsearch" type="submit" class="btn btn-primary form-control" value="Search">
</div>
<div class="col-2 controls" style="padding-left: 20px;">
- <button type="button" id="make_default" class="btn btn-primary form-control">Make Default</button>
+ <button type="button" id="make_default" class="btn btn-primary form-control">Save Settings</button>
</div>
</div>
</div>