diff --git a/content/en-us/production/localization/localize-with-scripting.md b/content/en-us/production/localization/localize-with-scripting.md
index a37a33f4b..3e50fc2b4 100644
--- a/content/en-us/production/localization/localize-with-scripting.md
+++ b/content/en-us/production/localization/localize-with-scripting.md
@@ -230,8 +230,8 @@ In this example, the experience has a localization table with the following entr
| Key_Prize_2 |
- ${AmountCash:fixed} cash and {NumJewels:int} jewels |
- ${AmountCash:fixed} dinero y {NumJewels:int} joyas |
+ ${AmountCash:fixed} cash and {NumJewels:int} jewels |
+ ${AmountCash:fixed} dinero y {NumJewels:int} joyas |
diff --git a/content/en-us/production/localization/translate-dynamic-content.md b/content/en-us/production/localization/translate-dynamic-content.md
index 2769b5311..5118d9a1d 100644
--- a/content/en-us/production/localization/translate-dynamic-content.md
+++ b/content/en-us/production/localization/translate-dynamic-content.md
@@ -229,8 +229,8 @@ In the following example, an experience has the following number related entries
{race_time:fixed} segundos |
- | ${1:num} cash and {2:int} jewels |
- ${1:num} dinero y {2:int} joyas |
+ ${1:num} cash and {2:int} jewels |
+ ${1:num} dinero y {2:int} joyas |
@@ -250,8 +250,8 @@ If a user has their locale set to **es**, the translation output displays as fol
75,20 segundos |
- | $2500.5 cash and 99.8 jewels |
- $2.500,50 dinero y 100 joyas |
+ $2500.5 cash and 99.8 jewels |
+ $2.500,50 dinero y 100 joyas |