Skip to content

Commit

Permalink
refactor: wording
Browse files Browse the repository at this point in the history
  • Loading branch information
Milena-Czierlinski committed Feb 19, 2025
1 parent c7abae3 commit 1dc91a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mixins/AddSendRequestByMessage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ export function AddSendRequestByMessage<TBase extends ConnectorTUIBaseConstructo
private async createFreeTextRequestItem() {
const result = await prompts([
{
message: "Enter the free text",
message: "Enter a free text",
type: "text",
name: "freeText",
},
Expand Down

0 comments on commit 1dc91a8

Please sign in to comment.