mirror of
https://github.com/khairul169/honey.git
synced 2025-04-28 14:59:32 +07:00
Overview: auto-detect plural below services count
This commit is contained in:
parent
3aa0ac4ebc
commit
68b676ed6e
@ -64,7 +64,7 @@
|
|||||||
<i>rocket_launch</i>
|
<i>rocket_launch</i>
|
||||||
<div>
|
<div>
|
||||||
<div class="big"></div>
|
<div class="big"></div>
|
||||||
<div class="small">Available services</div>
|
<div class="small"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="privacy-boxes"></div>
|
<div class="privacy-boxes"></div>
|
||||||
|
@ -28,6 +28,7 @@ export default class Overview {
|
|||||||
stats.thirdParties += analysis.isThirdParty
|
stats.thirdParties += analysis.isThirdParty
|
||||||
}
|
}
|
||||||
this.div.querySelector(".big").innerText = stats.total
|
this.div.querySelector(".big").innerText = stats.total
|
||||||
|
this.div.querySelector(".small").innerText = `Available service${s(stats.total)}`
|
||||||
|
|
||||||
let encryption_t
|
let encryption_t
|
||||||
let donot = ""
|
let donot = ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user