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

Commit ffc6b1e

Browse files
authored
Merge pull request #1429 from CoderDojo/update-safeguarding-copy
Update safeguarding copy strings
2 parents a234ad7 + a065758 commit ffc6b1e

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
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.154",
41+
"cp-translations": "~1.0.156",
4242
"cp-zen-frontend": "~1.0.146",
4343
"cuid": "1.3.8",
4444
"debug": "2.2.0",

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: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1492,11 +1492,16 @@ 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.154, cp-translations@~1.0.155:
1495+
cp-translations@~1.0.155:
14961496
version "1.0.155"
14971497
resolved "https://registry.yarnpkg.com/cp-translations/-/cp-translations-1.0.155.tgz#470708dc550ca5fa028703639c1dd688a0469360"
14981498
integrity sha512-/FZ0PA/5BqcL1680eCBXb8ifO92JF5U3kunMoXLesX4/cJ71SeBLu+muYGTNc7PHo2WueT7OQ7P1SZ8wnKdVFQ==
14991499

1500+
cp-translations@~1.0.156:
1501+
version "1.0.156"
1502+
resolved "https://registry.yarnpkg.com/cp-translations/-/cp-translations-1.0.156.tgz#62aa9faee50403aba6e5ab6bf04786f6012c80c8"
1503+
integrity sha512-7DlSsaUmR4b8TF/AxQdAjkJkPZ75HSjqFAiGH5xsEWyrWo2OdxyjQOZuCr1RXE7KHZGftBCf5RtoQrmMPX5P4g==
1504+
15001505
cp-zen-frontend@~1.0.146:
15011506
version "1.0.146"
15021507
resolved "https://registry.yarnpkg.com/cp-zen-frontend/-/cp-zen-frontend-1.0.146.tgz#5cf06a8f94de7bd68ee5c4e5f8bf101e10d16e67"

0 commit comments

Comments
 (0)