Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/cms/lib/modules/begroot-widgets/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ const fields = [
def: 'Via onderstaande knop kun je op een aparte pagina je persoonlijke stemcode invullen. Wij controleren de stemcode op geldigheid. Als dat gelukt is kom je terug op deze pagina waarna je kunt stemmen. Alle bewoners van Centrum hebben per post een stemcode ontvangen.'
},
{
name: 'step_3_succesfull_auth',
label: 'Step 3: succesfull auth',
name: 'step_3_successful_auth',
label: 'Step 3: successful auth',
type: 'string',
textarea: true,
def: 'Het controleren van je stemcode is gelukt! Je bent bijna klaar. Klik op onderstaande knop om je stem te versturen.'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ <h3 class="icon-header icon-header--blue">
<small>Vul een andere stemcode in</small>
</a>
<div>
{{data.widget.step_3_succesfull_auth}}
{{data.widget.step_3_successful_auth}}
</div>
</div>

Expand Down Expand Up @@ -340,7 +340,7 @@ <h3 class="icon-header icon-header--blue">
</div>
</a>
<div class="mobile-accordion-body">
{{data.widget.step_3_succesfull_auth}}
{{data.widget.step_3_successful_auth}}
</div>
</div>
<br />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module.exports = {
{
name: 'explanation-texts',
label: 'Explanation texts',
fields: ['step_1_intro', 'step_2_intro', 'step_3_intro', 'step_3_succesfull_auth', 'thankyou_message', 'showNewsletterButton', 'newsletterButtonText']
fields: ['step_1_intro', 'step_2_intro', 'step_3_intro', 'step_3_successful_auth', 'thankyou_message', 'showNewsletterButton', 'newsletterButtonText']
},
{
name: 'authentication',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ const fields = [
def: 'Via onderstaande knop kun je op een aparte pagina je persoonlijke stemcode invullen. Wij controleren de stemcode op geldigheid. Als dat gelukt is kom je terug op deze pagina waarna je kunt stemmen. Alle bewoners van Centrum hebben per post een stemcode ontvangen.'
},
{
name: 'step_3_succesfull_auth',
name: 'step_3_successful_auth',
label: 'Step 3: succesfull auth',
type: 'string',
textarea: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ <h3 class="icon-header icon-header--blue">
<small>Vul een andere stemcode in</small>
</a>
<div>
{{data.widget.step_3_succesfull_auth}}
{{data.widget.step_3_successful_auth}}
</div>
</div>

Expand Down Expand Up @@ -352,7 +352,7 @@ <h3 class="icon-header icon-header--blue">
</div>
</a>
<div class="mobile-accordion-body">
{{data.widget.step_3_succesfull_auth}}
{{data.widget.step_3_successful_auth}}
</div>
</div>
<br />
Expand Down