Skip to content

Commit

Permalink
During auto-update, make it clear that the steps are done, by pre-pen…
Browse files Browse the repository at this point in the history
…ding a check mark
  • Loading branch information
mattab committed Mar 2, 2015
1 parent 8dd5131 commit 09950f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/CoreUpdater/templates/oneClickResults.twig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% block content %}
<br/>
{% for message in feedbackMessages %}
<p>{{ message }}</p>
<p>&#10003; {{ message }}</p>
{% endfor %}

{% if coreError %}
Expand Down

0 comments on commit 09950f5

Please sign in to comment.