Minor text change

This commit is contained in:
Canon
2026-05-23 19:44:39 +08:00
parent 632403e110
commit 3c1bac3201
+1 -1
View File
@@ -580,7 +580,7 @@ public class InteractiveMenu
private static string FormatInstallRepoChoice(RemoteRepo repo) private static string FormatInstallRepoChoice(RemoteRepo repo)
{ {
var warning = IsNotRecommended(repo) ? " [yellow dim](not recommended for use)[/]" : string.Empty; var warning = IsNotRecommended(repo) ? " [yellow](not recommended for use)[/]" : string.Empty;
return string.IsNullOrEmpty(repo.Description) return string.IsNullOrEmpty(repo.Description)
? $"{repo.Name}{warning}" ? $"{repo.Name}{warning}"