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:
parent
0f267d51e9
commit
5df7be72b1
1 changed files with 1 additions and 1 deletions
|
@ -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(),
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue