Skip to content

Commit 8e8ffd8

Browse files
author
Sylvio Menubarbe
committed
feat(pis-connect) Change Psu Type and Schem label in view
1 parent 908e38b commit 8e8ffd8

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
"description": "",
55
"main": "sample.js",
66
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
7+
"start:ais-connect": "node ais-connect",
8+
"start:ais-decoupled": "node ais-decoupled",
9+
"start:ais-redirect": "node ais-redirect",
10+
"start:pis-connect": "node pis-connect"
811
},
912
"author": "",
1013
"license": "ISC",

views/pis-connect-qr/index.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<input type="text" id="communication" name="communication" value="<%= communication %>">
2424
</div>
2525
<div class="form-group">
26-
<label for="psu_type">* Type</label>
26+
<label for="psu_type">* Psu Type</label>
2727
<select name="psu_type">
2828
<option value="retail">Retail</option>
2929
<option value="corporate">Corporate</option>

views/pis-connect/index.ejs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@
2828
<input type="text" id="execution_date" name="execution_date" value="<%= execution_date %>">
2929
</div>
3030
<div class="form-group">
31-
<label for="psu_type">* Type</label>
31+
<label for="psu_type">* Psu Type</label>
3232
<select name="psu_type">
3333
<option value="all">All</option>
3434
<option value="retail">Retail</option>
3535
<option value="corporate">Corporate</option>
3636
</select>
3737
</div>
3838
<div class="form-group">
39-
<label for="Scheme">* Type</label>
39+
<label for="Scheme">* Scheme</label>
4040
<select name="scheme">
4141
<option value="auto">Auto</option>
4242
<option value="SEPA">SEPA</option>

0 commit comments

Comments
 (0)