diff options
| author | metamuffin <metamuffin@disroot.org> | 2026-02-25 15:27:34 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2026-02-25 15:27:34 +0100 |
| commit | 3b9ba348c8e77a47786bfcc1af6756e8d3bc7499 (patch) | |
| tree | dc01691a20b6df0df53457ea13ca89e44d48f8b9 /ui/src/components/admin.rs | |
| parent | 12868c6bce4287adef760a76f3f1ef9d74fb9bda (diff) | |
| download | jellything-3b9ba348c8e77a47786bfcc1af6756e8d3bc7499.tar jellything-3b9ba348c8e77a47786bfcc1af6756e8d3bc7499.tar.bz2 jellything-3b9ba348c8e77a47786bfcc1af6756e8d3bc7499.tar.zst | |
some translation cleanup
Diffstat (limited to 'ui/src/components/admin.rs')
| -rw-r--r-- | ui/src/components/admin.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/src/components/admin.rs b/ui/src/components/admin.rs index 1d5595f..3cb45d6 100644 --- a/ui/src/components/admin.rs +++ b/ui/src/components/admin.rs @@ -17,7 +17,7 @@ use jellyui_locale::tr; markup::define!( AdminDashboard<'a>(ri: &'a RenderInfo<'a>) { - h1 { @tr(ri.lang, "admin.dashboard.title") } + h1 { @tr(ri.lang, "admin.dashboard") } ul { li{a[href=u_admin_log(true)] { @tr(ri.lang, "admin.log.warnonly") }} li{a[href=u_admin_log(false)] { @tr(ri.lang, "admin.log.full") }} @@ -33,7 +33,7 @@ markup::define!( noscript { "Live import progress needs javascript." } div[id="admin_import"] {} } else { - h1 { @tr(ri.lang, "admin.import.title") } + h1 { @tr(ri.lang, "admin.import") } @if data.has(ADMIN_IMPORT_ERROR.0) { section.message.error { details { |