Skip to content

Commit 297d494

Browse files
authored
Merge pull request steve-community#64 from chuck-h/chuck-h-patch-spelling
fix spelling 'Firmware'
2 parents 943c754 + 4568583 commit 297d494

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/main/resources/webapp/WEB-INF/views/data-man/chargepointDetails.jsp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
<tr><td>Charge Point Model:</td><td>${cp.chargeBox.chargePointModel}</td></tr>
5959
<tr><td>Charge Point Serial Number:</td><td>${cp.chargeBox.chargePointSerialNumber}</td></tr>
6060
<tr><td>Charge Box Serial Number:</td><td>${cp.chargeBox.chargePointSerialNumber}</td></tr>
61-
<tr><td>Firewire Version:</td><td>${cp.chargeBox.fwVersion}</td></tr>
62-
<tr><td>Firewire Update Timestamp:</td><td>${cp.chargeBox.fwUpdateTimestamp}</td></tr>
61+
<tr><td>Firmware Version:</td><td>${cp.chargeBox.fwVersion}</td></tr>
62+
<tr><td>Firmware Update Timestamp:</td><td>${cp.chargeBox.fwUpdateTimestamp}</td></tr>
6363
<tr><td>Iccid:</td><td>${cp.chargeBox.iccid}</td></tr>
6464
<tr><td>Imsi:</td><td>${cp.chargeBox.imsi}</td></tr>
6565
<tr><td>Meter Type:</td><td>${cp.chargeBox.meterType}</td></tr>
@@ -79,4 +79,4 @@
7979

8080
</form:form>
8181
</div></div>
82-
<%@ include file="../00-footer.jsp" %>
82+
<%@ include file="../00-footer.jsp" %>

0 commit comments

Comments
 (0)