Translation to German

This commit is contained in:
2026-06-17 15:47:34 +02:00
parent 584a75009f
commit 45e5c657c7
8 changed files with 104 additions and 94 deletions
+2 -2
View File
@@ -193,10 +193,10 @@ fn admin_check_wrapper(props: &AdminCheckWrapperProps) -> Html {
}
match *admin_exists {
None => html! { <div>{ "Loading..." }</div> },
None => html! { <div>{ "Wird geladen..." }</div> },
Some(false) => {
navigator.push(&Route::Setup);
html! { <div>{ "Redirecting to setup..." }</div> }
html! { <div>{ "Wird weitergeleitet zur Einrichtung..." }</div> }
}
Some(true) => props.children.clone().into(),
}