Fix the wording uptime.

Signed-off-by: thatInfrastructureGuy <thatInfrastructureGuy@gmail.com>
pull/919/head
thatInfrastructureGuy 2020-12-17 20:26:45 -08:00
parent b6ca1a5c66
commit 316a9df0fa
No known key found for this signature in database
GPG Key ID: 69A1BCB2103158E6
1 changed files with 2 additions and 2 deletions

View File

@ -6,11 +6,11 @@
</div>
<div class="col-4">
<span class="font-5 d-block font-weight-bold">{{service.online_24_hours}} %</span>
<span class="font-1 subtitle">{{$t('last_uptime', [24, $tc('hour', 24)])}}</span>
<span class="font-1 subtitle">{{$t('last_uptime')}} 24 {{$t('hours')}}</span>
</div>
<div class="col-4">
<span class="font-5 d-block font-weight-bold">{{service.online_7_days}} %</span>
<span class="font-1 subtitle">{{$t('last_uptime', [7, $tc('day', 7)])}}</span>
<span class="font-1 subtitle">{{$t('last_uptime')}} 7 {{$t('days')}}</span>
</div>
</div>
</template>