From 3e2194a4972fcd3a572996671254e3c5e715fad8 Mon Sep 17 00:00:00 2001 From: David Lechner Date: Mon, 18 Jan 2021 18:59:31 -0600 Subject: [PATCH] simplify about description --- src/components/about-i18n.en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/about-i18n.en.json b/src/components/about-i18n.en.json index 5c9a2b5f..a3f45e2e 100644 --- a/src/components/about-i18n.en.json +++ b/src/components/about-i18n.en.json @@ -1,6 +1,6 @@ { "about": { - "description": "A simple web app for programming LEGO® Powered Up smart hubs using Pybricks MicroPython.", + "description": "MicroPython for LEGO® Powered Up smart hubs.", "licenseButton": { "label": "Open Source Licenses" }, "websiteButton": { "label": "Pybricks Website" } }