germanize
All checks were successful
CI/CD Pipeline / test (push) Successful in 7m0s
CI/CD Pipeline / deploy (push) Successful in 5m35s

This commit is contained in:
Philipp Hofer 2025-04-18 23:38:06 +02:00
parent d0c836e33f
commit a242bc1fbc

View File

@ -637,7 +637,7 @@ async fn lost(State(db): State<Arc<SqlitePool>>, session: Session) -> Markup {
@if let Some(time) = lost.local_last_contact() { @if let Some(time) = lost.local_last_contact() {
(time) (time)
}@else{ }@else{
"No contact yet" "Noch nicht gesehen"
} }
} }
td { td {