Skip to content

Commit e8ff960

Browse files
committed
Merge branch 'vnext'
2 parents e097f6d + d2ba74e commit e8ff960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CompatBot/Utils/ResultFormatters/TitlePatchFormatter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public static async Task<List<DiscordEmbedBuilder>> AsEmbedAsync(this TitlePatch
2929
embedBuilder.Title = $"{title} [Part 1 of {pages}]".Trim(EmbedPager.MaxFieldTitleLength);
3030
embedBuilder.Description = $"""
3131
ℹ️ Total download size of all {pkgs.Length} packages is {pkgs.Sum(p => p.Size).AsStorageUnit()}.
32-
👍 You can use tools such as [rusty-psn](https://github.com/RainbowCookie32/rusty-psn/releases/latest) or [PySN](https://github.com/AphelionWasTaken/PySN/releases/latest) for mass download of all updates.
32+
You can use tools such as [rusty-psn](https://github.com/RainbowCookie32/rusty-psn/releases/latest) or [PySN](https://github.com/AphelionWasTaken/PySN/releases/latest) for mass download of all updates.
3333
3434
⚠️ You **must** install listed updates in order, starting with the first one. You **can not** skip intermediate versions.
3535
""";

0 commit comments

Comments
 (0)