Skip to content

Commit

Permalink
ref - Clean up ShowUnusualEnvironmentWarning()
Browse files Browse the repository at this point in the history
---

Type: ref
Breaking: False
Doc Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Feb 15, 2024
1 parent 697e617 commit b679ee2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ internal static void ShowUnusualEnvironmentWarning()
InputChoiceInfo[] answers = [
new InputChoiceInfo("ok", Translate.DoTranslation("OK")),
];
int answer = InfoBoxButtonsColor.WriteInfoBoxButtonsColor(
InfoBoxButtonsColor.WriteInfoBoxButtonsColor(
Translate.DoTranslation("Unusual environment notice"),
answers,
message + "\n\n" + message2,
Expand Down

0 comments on commit b679ee2

Please sign in to comment.