diff options
| author | metamuffin <metamuffin@disroot.org> | 2026-01-20 03:38:27 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2026-01-20 03:38:27 +0100 |
| commit | 03f38fdc3bd45962be8555e50f18fd7761c17989 (patch) | |
| tree | 6c81b060e548c9c85922949b5b8aa63ef364778f /ui/src/stats.rs | |
| parent | 508be3ef912572d958c8a2b995d4d1d4d1451b1d (diff) | |
| download | jellything-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.rs | 2 |
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; |