Skip to content

Commit 5c92ce3

Browse files
Apply CodeRabbit's suggestion
1 parent 74a6497 commit 5c92ce3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/Reloaded.Mod.Launcher.Lib/Update.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,8 +406,8 @@ private static void ShowStuckInDownloadLoopDialog(ModDependencyResolveResult res
406406
$"Please report this issue to the link above if you encounter it.\n" +
407407
$"In the meantime, download the required mods manually (you should " +
408408
$"hopefully find it by ID or Name).\n\n" +
409-
$"Sometimes this also happens if you exceed your API limit,\n" +
410-
$"So you can also try waiting for 1 hour and the problem may fix itself.\n\n" +
409+
$"Sometimes this can also happen if you exceed the API rate limit.\n" +
410+
$"Try again after about an hour; the issue may resolve itself.\n\n" +
411411
$"Sorry for the pain.");
412412

413413
ActionWrappers.ExecuteWithApplicationDispatcher(() =>

0 commit comments

Comments
 (0)