Skip to content

Commit

Permalink
rm hardcoded dollar sign
Browse files Browse the repository at this point in the history
  • Loading branch information
amn41 committed Sep 22, 2023
1 parent 981e6e3 commit cd31c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rasa/cli/project_templates/tutorial/domain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ responses:
- text: "How much money would you like to send?"

utter_transfer_complete:
- text: "All done. ${amount} has been sent to {recipient}."
- text: "All done. {amount} has been sent to {recipient}."

0 comments on commit cd31c17

Please sign in to comment.