Skip to content

Commit 99d4111

Browse files
committed
Prop description updates
1 parent faaa536 commit 99d4111

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

components/hypeauditor/hypeauditor.app.mjs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ export default {
66
propDefinitions: {
77
youtubeChannel: {
88
type: "string",
9-
label: "YouTube Channel ID or Username",
9+
label: "Channel ID or Username",
1010
description: "The YouTube channel ID or username for which to generate a report.",
1111
},
1212
youtubeFeatures: {
1313
type: "string",
1414
label: "Features List",
15-
description: "Optional list of features to include in the YouTube report.",
15+
description: "Optional list of features to include in the YouTube report. [See the documentation](https://hypeauditor.readme.io/reference/get_report_youtube) for more information.",
1616
optional: true,
1717
},
18-
tiktokUser: {
18+
tiktokChannel: {
1919
type: "string",
20-
label: "TikTok User Name or ID",
21-
description: "The TikTok username or ID for which to generate a report.",
20+
label: "TikTok Channel",
21+
description: "The TikTok account channel username for which to generate a report.",
2222
},
2323
twitchChannel: {
2424
type: "string",

0 commit comments

Comments
 (0)