Skip to content

Commit 28587a8

Browse files
authored
Merge branch 'master' into v1.7335.0
2 parents cdc1a32 + bd0a880 commit 28587a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/namespaces/tem/v1alpha1/tem_cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ func temProjectConsumption() *core.Command {
128128
func temEmailCreate() *core.Command {
129129
return &core.Command{
130130
Short: `Send an email`,
131-
Long: `You must specify the ` + "`" + `region` + "`" + `, the sender and the recipient's information and the ` + "`" + `project_id` + "`" + ` to send an email from a checked domain. The subject of the email must contain at least 6 characters.`,
131+
Long: `You must specify the ` + "`" + `region` + "`" + `, the sender and the recipient's information and the ` + "`" + `project_id` + "`" + ` to send an email from a checked domain.`,
132132
Namespace: "tem",
133133
Resource: "email",
134134
Verb: "create",

0 commit comments

Comments
 (0)