Set page title properly

This commit is contained in:
Joscha 2023-08-05 21:33:46 +02:00
parent 52e2d74b96
commit 755f23dbb9
4 changed files with 4 additions and 3 deletions

View file

@ -11,7 +11,7 @@ mod default {
use std::time::Duration;
pub fn repo_name() -> String {
"Local repo".to_string()
"local repo".to_string()
}
pub fn repo_update_delay() -> Duration {