Skip to content

Commit 8b16c6f

Browse files
committed
update newsletter element
1 parent 9b67bc0 commit 8b16c6f

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

templates/element/home/newsletter.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ class="btn btn-home btn-inverted"
122122
</div>
123123
<div class="hidden">
124124
<input type="text" name="email_address_check" value="" class="input--hidden">
125-
<input type="hidden" name="locale" value="es">
125+
<input type="hidden" name="locale" value="en">
126126
</div>
127127
</div>
128128
</form>
@@ -169,8 +169,8 @@ class="btn btn-home btn-inverted"
169169
<?php $this->end('css') ?>
170170
<?php $this->start('script') ?>
171171
<script>
172-
window.REQUIRED_CODE_ERROR_MESSAGE = 'Elija un código de país';
173-
window.LOCALE = 'es';
172+
window.REQUIRED_CODE_ERROR_MESSAGE = 'Choose country code';
173+
window.LOCALE = 'en';
174174
window.EMAIL_INVALID_MESSAGE = window.SMS_INVALID_MESSAGE = "The information you provided is not valid. Please check the field format and try again.";
175175

176176
window.REQUIRED_ERROR_MESSAGE = "This field cannot be left empty. ";
@@ -182,10 +182,10 @@ class="btn btn-home btn-inverted"
182182

183183
window.translation = {
184184
common: {
185-
selectedList: '{quantity} lista seleccionada',
186-
selectedLists: '{quantity} listas seleccionadas',
187-
selectedOption: '{quantity} seleccionado',
188-
selectedOptions: '{quantity} seleccionados',
185+
selectedList: '{quantity} selected list',
186+
selectedLists: '{quantity} selected lists',
187+
selectedOption: '{quantity} selected',
188+
selectedOptions: '{quantity} selected',
189189
}
190190
};
191191

0 commit comments

Comments
 (0)