Skip to content

Commit

Permalink
Merge branch 'master' of github.com:custom-components/hacs
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Jun 3, 2019
2 parents 4b914b8 + b70fa57 commit 6ab82b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/hacs/hacsviewbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def progress_bar(self):
display = "none"

return """
<div style="display: {}"><p>Background task runnig, refresh the page in a little while.</p></div>
<div style="display: {}"><p>Background task running, refresh the page in a little while.</p></div>
<div class="progress" id="progressbar" style="display: {}; background-color: #ffab405c">
<div class="indeterminate" style="background-color: #ffab40"></div>
</div>
Expand Down

0 comments on commit 6ab82b8

Please sign in to comment.