fix follow comannd help locale (#25032)
This commit is contained in:
@@ -11,8 +11,8 @@ public sealed class FollowCommand : IConsoleCommand
|
|||||||
[Dependency] private readonly IEntityManager _entManager = default!;
|
[Dependency] private readonly IEntityManager _entManager = default!;
|
||||||
|
|
||||||
public string Command => "follow";
|
public string Command => "follow";
|
||||||
public string Description => Loc.GetString("add-uplink-command-description");
|
public string Description => Loc.GetString("follow-command-description");
|
||||||
public string Help => Loc.GetString("add-uplink-command-help");
|
public string Help => Loc.GetString("follow-command-help");
|
||||||
|
|
||||||
public void Execute(IConsoleShell shell, string argStr, string[] args)
|
public void Execute(IConsoleShell shell, string argStr, string[] args)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user