Set page title properly
This commit is contained in:
parent
52e2d74b96
commit
755f23dbb9
4 changed files with 4 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue