Skip to content

Commit

Permalink
Update main.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimeonLukas committed Nov 20, 2022
1 parent 8beb71f commit 9605202
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ async fn start() -> Result<(), Box<dyn std::error::Error>> {
version = "ELB".to_string();
json = elb_json;
} else if version == "4" || version == "HFA" {
println!("Die Elberfelder Bibel wurde gewählt!");
println!("Die Hoffnung für alle Bibel wurde gewählt!");
version = "HFA".to_string();
json = hfa_json;
} else if version == "5" || version == "VLX" {
println!("Die Elberfelder Bibel wurde gewählt!");
println!("Die Volxbibel Bibel wurde gewählt!");
version = "VLX".to_string();
json = vlx_json;
} else {
Expand Down

0 comments on commit 9605202

Please sign in to comment.