Logging & Password

This commit is contained in:
Alex Emmet 2025-11-30 00:11:05 +01:00
commit 6117cbb8d7
13 changed files with 595 additions and 54 deletions

View file

@ -35,7 +35,7 @@ pub fn create_languages() -> Result<(), JsonError> {
general_texts.insert("setup_completed", "Launched")?;
general_texts.insert(
"community_active",
"Communities active on ws://0.0.0.0:{}/community/...",
"Communities active on ws://{}:{}/community/...",
)?;
general_texts.insert(
"community_start_error",