We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd22d40 commit 16f33daCopy full SHA for 16f33da
1 file changed
cmd/clawwork/main.go
@@ -1316,7 +1316,7 @@ type activateResponse struct {
1316
func activateCmd() *cobra.Command {
1317
return &cobra.Command{
1318
Use: "activate",
1319
- Short: tr("Upgrade to ClawAuth Ed25519 identity (uses existing API Key)", "升级到 ClawAuth Ed25519 身份(使用已有 API Key)"),
+ Short: tr("Activate ClawAuth Ed25519 identity", "激活 ClawAuth Ed25519 身份"),
1320
RunE: runActivate,
1321
}
1322
0 commit comments