Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit ccf8bd9

Browse files
authored
Merge branch 'master' into covid_banner_changes
2 parents 5c0254a + 079a1cc commit ccf8bd9

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"country-language": "^0.1.7",
3939
"cp-i18n-lib": "git+https://github.com/CoderDojo/cp-i18n-lib.git#1.0.0",
4040
"cp-permissions-plugin": "CoderDojo/cp-permissions-plugin#1.0.5",
41-
"cp-translations": "~1.0.155",
42-
"cp-zen-frontend": "~1.0.145",
41+
"cp-translations": "~1.0.156",
42+
"cp-zen-frontend": "^1.0.147",
4343
"cuid": "1.3.8",
4444
"debug": "2.2.0",
4545
"dustjs-helpers": "1.6.1",

web/public/js/directives/cd-start-dojo/venue/template.dust

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,10 @@
118118
<div class="cd-simple-flex-grid__flex-1 cd-sad-venue__safeguarding">
119119
<h3>{@i18n key="Keeping your Dojo safe"/}</h3>
120120
<p>
121-
{@i18n key="To ensure the safety of young people at Dojos, we require the email address of a safeguarding sponsor."/} &nbsp;
122-
{@i18n key="An appropriate sponsor would be a person holding a manager-level position within a corporate or non-profit organisation."/} &nbsp;
123-
{@i18n key="This sponsor will help ensure that your club operates in accordance with our"/}&nbsp;
121+
{@i18n key="To ensure the safety of young people at Dojos, we require a second adult to act as a safeguarding sponsor for your Dojo."/} &nbsp;
122+
{@i18n key="An appropriate sponsor would be a person holding a manager-level position within a school, library, corporate or non-profit organisation."/} &nbsp;
123+
{@i18n key="The Dojo sponsor and the Dojo champion cannot be the same person."/} &nbsp;
124+
{@i18n key="This sponsor will help ensure that your Dojo operates in accordance with our"/}&nbsp;
124125
<a href="https://www.raspberrypi.org/safeguarding/">{@i18n key="safeguarding policy"/}</a>&nbsp;
125126
{@i18n key="and that all your volunteers have the appropriate background checks."/}
126127
</p>

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1492,19 +1492,19 @@ cp-permissions-plugin@CoderDojo/cp-permissions-plugin#1.0.5:
14921492
async "^2.0.0-rc.5"
14931493
lodash "^4.13.1"
14941494

1495-
cp-translations@~1.0.150, cp-translations@~1.0.152:
1496-
version "1.0.152"
1497-
resolved "https://registry.yarnpkg.com/cp-translations/-/cp-translations-1.0.152.tgz#adadb407829bac9b555bb3287951b46bf5d0f75b"
1498-
integrity sha512-oDc8gdeMXqjwnN4cWgIy0OQk0/0WRcuksTvJ3z2URHeRc7AYfNYZMm6bZ/S6eMxgr+Almhm9BPQ70LranLdKzQ==
1495+
cp-translations@~1.0.156:
1496+
version "1.0.157"
1497+
resolved "https://registry.yarnpkg.com/cp-translations/-/cp-translations-1.0.157.tgz#3482ce8468f2f78a48d7fa82334d82cc5dd8deb4"
1498+
integrity sha512-n7L8B7qKt06W6kCs+tUdrZUH/phQQvfjOoEgbEPA9kmzdBvHQG7I2e5L7me6qbCragKWQ5wJKbLhimGiRABeLg==
14991499

1500-
cp-zen-frontend@~1.0.144:
1501-
version "1.0.144"
1502-
resolved "https://registry.yarnpkg.com/cp-zen-frontend/-/cp-zen-frontend-1.0.144.tgz#19ba3ed2eac38153bfad1e6ffd87bdff5bd7fda7"
1503-
integrity sha512-13cbgKUVxRtp7HCac/0onqE4A5iovdGh+YJO8jP8y2KukyBFMUOr+65uasURQ2IjBF8BmK6QVBTT1gup3YtfjA==
1500+
cp-zen-frontend@^1.0.147:
1501+
version "1.0.147"
1502+
resolved "https://registry.yarnpkg.com/cp-zen-frontend/-/cp-zen-frontend-1.0.147.tgz#a4bea686fece3e0321581cb99240bd9130a3b9f5"
1503+
integrity sha512-IcaLcGeboZN2j20PmLrJhxc/c2iA9+CbD8sfUEdCxVbYtMJGC9csrkeT/zw+FLrfgIpghcNaSNRSK/LhMQzqow==
15041504
dependencies:
15051505
"@coderdojo/cd-common" "1.1.11"
15061506
bootstrap "^3.4.1"
1507-
cp-translations "~1.0.150"
1507+
cp-translations "~1.0.156"
15081508
font-awesome "^4.7.0"
15091509
handlebars "^4.1.0"
15101510
js-cookie "^2.1.4"

0 commit comments

Comments
 (0)