From fd10e08d80a683ad9bc64d7586857f73741a2629 Mon Sep 17 00:00:00 2001 From: Eric Rosenbaum Date: Tue, 14 Aug 2018 14:39:30 -0400 Subject: [PATCH] Use temp l10n strings without duplication --- src/views/wedo2/l10n.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/wedo2/l10n.json b/src/views/wedo2/l10n.json index c9696f4a3..d39510417 100644 --- a/src/views/wedo2/l10n.json +++ b/src/views/wedo2/l10n.json @@ -13,9 +13,9 @@ "wedo2.starter1Title": "Starter 1", "wedo2.starter1Description": "This is a project, and it does things.", "wedo2.starter2Title": "Starter 2", - "wedo2.starter2Description": "This is a project, and it does things.", + "wedo2.starter2Description": "This is another project, and it does things.", "wedo2.starter3Title": "Starter 3", - "wedo2.starter3Description": "This is a project, and it does things.", + "wedo2.starter3Description": "This is a third project, and it does things.", "wedo2.troubleshootingTitle": "Troubleshooting", "wedo2.closeScratchCopiesTitle": "Close other copies of Scratch", "wedo2.closeScratchCopiesText": "Only one copy of Scratch can connect with the WeDo 2.0 at a time. If you have Scratch open in other browser tabs, close it and try again.",