Update src/handlers/event/analyze_logs/issues.rs

Co-authored-by: TheKodeToad <TheKodeToad@proton.me>
Signed-off-by: maskers <97827489+maskersss@users.noreply.github.com>
This commit is contained in:
maskers 2024-08-01 21:16:10 +03:00 committed by GitHub
parent 0f267d51e9
commit 5df7be72b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -380,7 +380,7 @@ fn intermediary_mappings(log: &str) -> Issue {
let issue = (
"Wrong Intermediary Mappings version".to_string(),
"You are using Intermediary Mappings for the wrong Minecraft version.
Please select the right version in `Edit > Version`."
Please select Change Version while it is selected in `Edit > Version`."
.to_string(),
);