Skip to content

Commit 932e9c5

Browse files
committed
some adjusts
1 parent 97067f7 commit 932e9c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/selzy/actions/create-campaign/create-campaign.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ import {
66
import selzy from "../../selzy.app.mjs";
77

88
export default {
9-
key: "selzy-create-email-campaign",
10-
name: "Create Email Campaign",
11-
description: "Creates a new email campaign. [See the documentation](https://selzy.com/en/support/api/messages/createcampaign/)",
9+
key: "selzy-create-campaign",
10+
name: "Create Campaign",
11+
description: "Creates a new campaign. [See the documentation](https://selzy.com/en/support/api/messages/createcampaign/)",
1212
version: "0.0.1",
1313
type: "action",
1414
props: {

0 commit comments

Comments
 (0)