There was an error while loading. Please reload this page.
1 parent 74a6497 commit 5c92ce3Copy full SHA for 5c92ce3
1 file changed
source/Reloaded.Mod.Launcher.Lib/Update.cs
@@ -406,8 +406,8 @@ private static void ShowStuckInDownloadLoopDialog(ModDependencyResolveResult res
406
$"Please report this issue to the link above if you encounter it.\n" +
407
$"In the meantime, download the required mods manually (you should " +
408
$"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" +
+ $"Sometimes this can also happen if you exceed the API rate limit.\n" +
+ $"Try again after about an hour; the issue may resolve itself.\n\n" +
411
$"Sorry for the pain.");
412
413
ActionWrappers.ExecuteWithApplicationDispatcher(() =>
0 commit comments