Skip to content

Commit fab27d8

Browse files
committed
description improvements: docsbot_ai, lokalise
1 parent 7f2bceb commit fab27d8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

components/docsbot_ai/docsbot_ai.app.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ export default {
122122
},
123123
filePath: {
124124
type: "string",
125-
label: "File Path",
126-
description: "A file path in the `/tmp` directory. [See the documentation on working with files](https://pipedream.com/docs/code/nodejs/working-with-files/)",
125+
label: "File Path or URL",
126+
description: "The file to upload. Provide either a file URL or a path to a file in the `/tmp` directory (for example, `/tmp/myFile.txt`)",
127127
},
128128
},
129129
methods: {

components/lokalise/actions/upload-file/upload-file.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default {
2929
filename: {
3030
type: "string",
3131
label: "Filename",
32-
description: "Set the filename. You may optionally use a relative path in the filename",
32+
description: "Set the filename. You may optionally use a relative path in the filename (e.g `admin/main.json`)",
3333
},
3434
},
3535
async run({ $ }) {

0 commit comments

Comments
 (0)