Commit 2fa19bd580cb2d41b3ba0c6a39ba33f66266be4f

Authored by Tássia Camões Araújo
1 parent a16ae628
Exists in master and in 1 other branch add_vagrant

Changed label from RECOMMENDER for START in survey index.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/web/templates/layout.html
... ... @@ -66,7 +66,7 @@ function validateForm()
66 66 <form action="apprec" enctype="multipart/form-data" method="post" name="weboptions" onsubmit="return validateForm()">
67 67 <fieldset>
68 68 <div id="submit-box">
69   - <input type="submit" value="RECOMMENDER" id="submit-button" class="glass"><br />
  69 + <input type="submit" value="START" id="submit-button" class="glass"><br />
70 70 <a id="advanced-button">advanced query?</a>
71 71 </div>
72 72 <div id="input-box">
... ...