aboutsummaryrefslogtreecommitdiff
path: root/ui/src/stats.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2026-01-20 03:38:27 +0100
committermetamuffin <metamuffin@disroot.org>2026-01-20 03:38:27 +0100
commit03f38fdc3bd45962be8555e50f18fd7761c17989 (patch)
tree6c81b060e548c9c85922949b5b8aa63ef364778f /ui/src/stats.rs
parent508be3ef912572d958c8a2b995d4d1d4d1451b1d (diff)
downloadjellything-03f38fdc3bd45962be8555e50f18fd7761c17989.tar
jellything-03f38fdc3bd45962be8555e50f18fd7761c17989.tar.bz2
jellything-03f38fdc3bd45962be8555e50f18fd7761c17989.tar.zst
more ui refactor
Diffstat (limited to 'ui/src/stats.rs')
-rw-r--r--ui/src/stats.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/stats.rs b/ui/src/stats.rs
index 0a88fac..c9001b0 100644
--- a/ui/src/stats.rs
+++ b/ui/src/stats.rs
@@ -7,7 +7,7 @@
use crate::{
Page,
format::{format_duration, format_duration_long, format_kind, format_size},
- locale::{tr, trs},
+ locale::tr,
};
use jellycommon::routes::u_node_slug;
use markup::raw;