diff --git a/CSharp/BotBuilderLocation/Resources/Strings.resx b/CSharp/BotBuilderLocation/Resources/Strings.resx
index 0c9618b..2c38697 100644
--- a/CSharp/BotBuilderLocation/Resources/Strings.resx
+++ b/CSharp/BotBuilderLocation/Resources/Strings.resx
@@ -121,7 +121,7 @@
,
- Add this address to your favorite locations? Reply “yes” or “no.”
+ Add this address to your favorite locations? Reply 'yes' or 'no'.
Please provide the {0}.
@@ -214,7 +214,7 @@
Sorry, please reply “yes” or “no” to add the address to your favorite locations.
- Please type or say a friendly name for this address, for example “Home” or “Work.”
+ Please type or say a friendly name for this address, for example 'Home' or 'Work'.
OK, I added {0} to your favorite locations.
diff --git a/Node/core/src/locale/en/botbuilder-location.json b/Node/core/src/locale/en/botbuilder-location.json
index 75b6b4e..bbe5a54 100644
--- a/Node/core/src/locale/en/botbuilder-location.json
+++ b/Node/core/src/locale/en/botbuilder-location.json
@@ -1,6 +1,6 @@
{
"AddressSeparator": ", ",
- "AddToFavoritesAsk": "Add this address to your favorite locations? Reply 'yes' or 'no.'",
+ "AddToFavoritesAsk": "Add this address to your favorite locations? Reply 'yes' or 'no'.",
"AskForEmptyAddressTemplate": "Please provide the %s.",
"AskForPrefix": "OK %s.",
"AskForTemplate": " Please also provide the %s.",
@@ -15,7 +15,7 @@
"DuplicateFavoriteNameResponse": "%s is already listed in your favorites. Please type or say a different name for this address.",
"EditCommand": "edit",
"EditFavoritePrompt": "Ok, let’s edit %s. Type or say a new address.",
- "EnterNewFavoriteLocationName": "Please type or say a friendly name for this address, for example 'Home' or 'Work.'",
+ "EnterNewFavoriteLocationName": "Please type or say a friendly name for this address, for example 'Home' or 'Work'.",
"FavoriteAddedConfirmation": "Ok I added %s to your favorite locations.",
"FavoriteDeletedConfirmation": "Ok, I deleted %s from your favorite locations.",
"FavoriteEdittedConfirmation": "Ok, I updated %s with the new address %s.",