From 8d444980ded41d027026b21d984e67b0cf927eb2 Mon Sep 17 00:00:00 2001 From: Alys Date: Thu, 16 Nov 2017 19:29:38 +1000 Subject: [PATCH] remove unneeded space from in front of a full stop --- website/common/locales/en/pets.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/common/locales/en/pets.json b/website/common/locales/en/pets.json index 3f8028c078..8632197519 100644 --- a/website/common/locales/en/pets.json +++ b/website/common/locales/en/pets.json @@ -123,5 +123,5 @@ "clickOnPetToFeed": "Click on a Pet to feed <%= foodName %> and watch it grow!", "dragThisPotion": "Drag this <%= potionName %> to an Egg and hatch a new pet!", "clickOnEggToHatch": "Click on an Egg to use your <%= potionName %> hatching potion and hatch a new pet!", - "hatchDialogText": "Pour your <%= potionName %> hatching potion on your <%= eggName %> egg, and it will hatch into a <%= petName %> ." + "hatchDialogText": "Pour your <%= potionName %> hatching potion on your <%= eggName %> egg, and it will hatch into a <%= petName %>." }