Skip to content

Commit

Permalink
Corrected spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoJokhan committed Feb 13, 2023
1 parent db8ecf2 commit 965e33f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ <h3 class="icon-header icon-header--blue">
<div id="steps-content-6" class="step">
<div class="text">
<div class="checkmark-block-green">
<h4>{{data.widget.succesfull_voting_title}}</h4>
<h4>{{data.widget.succesful_voting_title}}</h4>
<br/>
{{data.widget.thankyou_message | sanitize | safe | nlbr}}
{% if data.widget.showNewsletterButton and data.widget.showNewsletterButton == 'yes' %}
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','succesfull_voting_title', 'thankyou_message', 'showNewsletterButton', 'newsletterButtonText']
fields: ['step_1_intro', 'step_2_intro', 'step_3_intro', 'step_3_succesfull_auth','succesful_voting_title', 'thankyou_message', 'showNewsletterButton', 'newsletterButtonText']
},
{
name: 'authentication',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ const fields = [
def: 'Het controleren van je stemcode is gelukt! Je bent bijna klaar. Klik op onderstaande knop om je stem te versturen.'
},
{
name: 'succesfull_voting_title',
name: 'succesful_voting_title',
label: 'Message you see when you voted succesfully',
type: 'string',
def: 'Gelukt, je hebt gestemd!'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ <h3 class="icon-header icon-header--blue">
<div id="steps-content-6" class="step">
<div class="text">
<div class="checkmark-block-green">
<h4>{{data.widget.succesfull_voting_title}}</h4>
<h4>{{data.widget.succesful_voting_title}}</h4>
<br/>
{{data.widget.thankyou_message | sanitize | safe | nlbr}}
{% if data.widget.showNewsletterButton and data.widget.showNewsletterButton == 'yes' %}
Expand Down

1 comment on commit 965e33f

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Published new image: openstad/frontend:feature-edit-succesfull-voting-on-budgeting-widget-965e33f

Please sign in to comment.