Skip to content

Commit

Permalink
changes scan button label to Scan This Course
Browse files Browse the repository at this point in the history
  • Loading branch information
iturgeon committed Jun 10, 2017
1 parent 1047ef2 commit 6173b69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/assets/js/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function killButton(callback) {
});
}

$('#udoitForm button.submit').removeClass('disabled').html('Run scanner');
$('#udoitForm button.submit').removeClass('disabled').html('Scan This Course');

$('#waitMsg').fadeOut();

Expand Down
2 changes: 1 addition & 1 deletion templates/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<p><span class="glyphicon glyphicon-warning-sign"></span> Please stay on this page while UDOIT scans your course content.</p>
</div>

<button type="submit" name="course_submit" class="btn btn-block btn-lg btn-success submit">Run scanner</button>
<button type="submit" name="course_submit" class="btn btn-block btn-lg btn-success submit">Scan This Course</button>

<div class="alert alert-danger no-margin margin-top" id="failMsg" style="display: none;"><span class="glyphicon glyphicon-exclamation-sign"></span> UDOIT failed to scan this course.</div>
</form>
Expand Down

0 comments on commit 6173b69

Please sign in to comment.