Skip to content

Commit

Permalink
Merge branch 'hotfix/3.9.14'
Browse files Browse the repository at this point in the history
  • Loading branch information
jarnaiz committed Feb 16, 2018
2 parents 5c8d090 + 30a7507 commit 5d44ef5
Show file tree
Hide file tree
Showing 7 changed files with 5,058 additions and 6 deletions.
3 changes: 2 additions & 1 deletion app/locales/santander_totta_es-MX.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
},
"form": {
"input": {
"code": "Código de validação"
"code": "Código de validação",
"cif": "CIF"
}
},
"business": {
Expand Down
3 changes: 2 additions & 1 deletion app/locales/santander_totta_es.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
},
"form": {
"input": {
"code": "Código de validação"
"code": "Código de validação",
"cif": "CIF"
}
},
"business": {
Expand Down
3 changes: 2 additions & 1 deletion app/locales/santander_totta_id.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
},
"form": {
"input": {
"code": "Código de validação"
"code": "Código de validação",
"cif": "CIF"
}
},
"business": {
Expand Down
3 changes: 2 additions & 1 deletion app/locales/santander_totta_pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
},
"form": {
"input": {
"code": "Código de validação"
"code": "Código de validação",
"cif": "CIF"
}
},
"business": {
Expand Down
6 changes: 5 additions & 1 deletion app/views/santander-totta/includes/register.jade
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@
label(for='password') #{form.input.pass}
p.error.display-none.register-password-error
.input-field.col.s12
input#validation_code.validate(type='text', name='license', required)
input#cif.validate(type='text', name='cif', required)
label(for='cif') #{santander_totta.home.form.input.cif}
p.error.display-none.register-license-error
.input-field.col.s12
input#license.validate(type='text', name='license', required)
label(for='license') #{santander_totta.home.form.input.code}
p.error.display-none.register-license-error
.register-form-btn
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "landing-upplication",
"version": "3.9.13",
"version": "3.9.14",
"author": "Upplication Team <[email protected]>",
"scripts": {
"start": "gulp",
Expand Down
Loading

0 comments on commit 5d44ef5

Please sign in to comment.