From 8b31b314dc17de3e87cf260ff06d69e6c43480cf Mon Sep 17 00:00:00 2001 From: nyashamaphosa Date: Thu, 5 Nov 2020 12:03:55 +0000 Subject: [PATCH 1/3] adds text changes to covid banner --- src/common/cd-covid-banner.vue | 7 ++++--- yarn.lock | 8 ++++---- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/src/common/cd-covid-banner.vue b/src/common/cd-covid-banner.vue index 8160bdbc..79ca99a3 100644 --- a/src/common/cd-covid-banner.vue +++ b/src/common/cd-covid-banner.vue @@ -2,9 +2,10 @@

- {{ $t('Thank you for your interest in joining the CoderDojo community!') }} - {{ $t('Due to the coronavirus pandemic, there are different restrictions in place across the world.') }} - {{ $t('Please follow the appropriate public health advice for your country or region before planning in-person club events.') }} + {{ $t('Thank you for your interest in CoderDojo!') }} + {{ $t('The coronavirus pandemic continues to impact all our lives, including how Dojos can run.') }} + {{ $t('See') }} + {{ $t('our resources and guidance on the creative ways Dojos are running.') }}

{{ $t('If you are ready to hold in-person club events soon, please') }} diff --git a/yarn.lock b/yarn.lock index b2a3ef3c..fedef579 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2386,10 +2386,10 @@ cosmiconfig@^2.1.0, cosmiconfig@^2.1.1: parse-json "^2.2.0" require-from-string "^1.1.0" -cp-translations@^1.0.144: - version "1.0.144" - resolved "https://registry.yarnpkg.com/cp-translations/-/cp-translations-1.0.144.tgz#919ecfb784eff841077f377e2d467bbcd26fd959" - integrity sha512-sxnUHSzovHHWXDZzcadIm+uDAdqIUaOziYRAbJ3YxRoMw5CtUxQp3w04LCZ0nghWYmmFGP3z0Qffn69ioc560A== +cp-translations@~1.0.150: + version "1.0.152" + resolved "https://registry.yarnpkg.com/cp-translations/-/cp-translations-1.0.152.tgz#adadb407829bac9b555bb3287951b46bf5d0f75b" + integrity sha512-oDc8gdeMXqjwnN4cWgIy0OQk0/0WRcuksTvJ3z2URHeRc7AYfNYZMm6bZ/S6eMxgr+Almhm9BPQ70LranLdKzQ== crc32-stream@^2.0.0: version "2.0.0" From 9aa12da1207191596d788c3ff1665c305cceb74b Mon Sep 17 00:00:00 2001 From: nyashamaphosa Date: Fri, 6 Nov 2020 14:45:10 +0000 Subject: [PATCH 2/3] update covid banner --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0f2c6a2d..bf7292b6 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "dependencies": { "@coderdojo/cd-common": "1.1.11", "bootstrap": "^3.4.1", - "cp-translations": "~1.0.150", + "cp-translations": "~1.0.155", "font-awesome": "^4.7.0", "handlebars": "^4.1.0", "js-cookie": "^2.1.4", From 349ac7705322c574a0677e92b47d407af5bef756 Mon Sep 17 00:00:00 2001 From: nyashamaphosa Date: Fri, 6 Nov 2020 15:04:39 +0000 Subject: [PATCH 3/3] removes text --- src/common/cd-covid-banner.vue | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/common/cd-covid-banner.vue b/src/common/cd-covid-banner.vue index 79ca99a3..5452bff2 100644 --- a/src/common/cd-covid-banner.vue +++ b/src/common/cd-covid-banner.vue @@ -7,17 +7,6 @@ {{ $t('See') }} {{ $t('our resources and guidance on the creative ways Dojos are running.') }}

-

- {{ $t('If you are ready to hold in-person club events soon, please') }} - {{ $t('register your details') }} - {{ $t('and we will be in touch.') }} -

-

- {{ $t('If you’re not able to start your Dojo in person yet, there are many other ways that you can get involved in the meantime.') }} - {{ $t('Check out the exciting opportunities for young people, parents, volunteers, and educators to learn and get creative with tech through') }} - {{ $t('Digital Making at Home') }} - {{ $t('from the Raspberry Pi Foundation.') }} -