diff options
-rwxr-xr-x | wqflask/wqflask/templates/index_page.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wqflask/wqflask/templates/index_page.html b/wqflask/wqflask/templates/index_page.html index af0e2fa2..3d76503c 100755 --- a/wqflask/wqflask/templates/index_page.html +++ b/wqflask/wqflask/templates/index_page.html @@ -59,7 +59,7 @@ <div class="col-xs-4" style="margin-right:50px; min-width: 530px; max-width: 550px;"> <section id="search"> <div class="page-header"> - <h2>Select and search</h2> + <h2>Select and Search</h2> </div> <form method="get" action="/search" target="_blank" name="SEARCHFORM", data-gn_server_url="{{gn_server_url}}"> @@ -164,7 +164,7 @@ </section> <section id="advanced"> <div class="page-header"> - <h2>Advanced commands</h2> + <h2>Advanced Commands</h2> </div> <p>You can also use advanced commands. Copy these simple examples into the Get Any field for single term searches and Combined for searches with multiple terms:</p> |