diff options
Diffstat (limited to 'ext/bg/import.html')
-rw-r--r-- | ext/bg/import.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/import.html b/ext/bg/import.html index 47483c25..85841eee 100644 --- a/ext/bg/import.html +++ b/ext/bg/import.html @@ -15,7 +15,7 @@ <p>Importing dictionary data, this can take a while...</p> <div class="progress"> - <div class="progress-bar" style="width: 0%" /> + <div class="progress-bar progress-bar-striped" style="width: 0%">0%</div> </div> </div> |