mirror of
https://github.com/FalloutCollaborationProject/FCP-Mod-Updater.git
synced 2026-07-27 17:04:05 -07:00
Minor text change
This commit is contained in:
@@ -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}"
|
||||||
|
|||||||
Reference in New Issue
Block a user