more textual fixes

This commit is contained in:
Olaf Slomp
2020-03-28 13:06:54 +01:00
parent f66e13883c
commit 078e45dbbe

View File

@ -72,7 +72,7 @@
<h2>Time requested</h2> <h2>Time requested</h2>
<p>In total <strong> {{ stats.total_time_requested }} </strong> of music have been requested, with an <p>In total <strong> {{ stats.total_time_requested }} </strong> of music have been requested, with an
average song length of <strong>{{ stats.total_average }}</strong>. average song length of <strong>{{ stats.total_average }}</strong>.
These are the {{ stats.stats_top_count }} people with the longest total time queued</p> These are the {{ stats.stats_top_count }} people with the longest total time queued.</p>
<div class="table-responsive"> <div class="table-responsive">
<table class="table table-striped"> <table class="table table-striped">
<thead> <thead>
@ -175,7 +175,7 @@
</div> </div>
<div class="col-md-6"> <div class="col-md-6">
<h2>Most played uploaders</h2> <h2>Most played uploaders</h2>
<p>The left column shows the {{ stats.stats_top_count }} people whose songs are requested most often by other people. The right column shows how many times that person has queued his own songs.</p> <p>These are the {{ stats.stats_top_count }} people whose songs are requested most often by other people, as shown in the left column. The right column shows how many times that person has queued his own songs.</p>
<div class="table-responsive"> <div class="table-responsive">
<table class="table table-striped"> <table class="table table-striped">
<thead> <thead>