Change chart title to User Count so since it can also be for groups.

This commit is contained in:
Bauke 2023-06-08 13:20:43 +02:00
parent ac2a6444ef
commit c69bfe9f28
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ impl UserCountChart {
let chart_root = chart_root
.margin(20, 20, 20, 20)
.titled("Tildes User Count", text_style(30))?;
.titled("User Count", text_style(30))?;
chart_root.fill(&BACKGROUND_2)?;