From cd31c17fe29b8089a418f33ae377631a5867912a Mon Sep 17 00:00:00 2001 From: Alan Nichol Date: Fri, 22 Sep 2023 11:59:30 +0200 Subject: [PATCH] rm hardcoded dollar sign --- rasa/cli/project_templates/tutorial/domain.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rasa/cli/project_templates/tutorial/domain.yml b/rasa/cli/project_templates/tutorial/domain.yml index e06882f8f3d1..dc2854563712 100644 --- a/rasa/cli/project_templates/tutorial/domain.yml +++ b/rasa/cli/project_templates/tutorial/domain.yml @@ -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}."