Skip to content

Commit 4568583

Browse files
authored
fix spelling 'Firmware'
1 parent 20dc979 commit 4568583

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
@@ -37,8 +37,8 @@
3737
<tr><td>Charge Point Model:</td><td>${cp.chargeBox.chargePointModel}</td></tr>
3838
<tr><td>Charge Point Serial Number:</td><td>${cp.chargeBox.chargePointSerialNumber}</td></tr>
3939
<tr><td>Charge Box Serial Number:</td><td>${cp.chargeBox.chargePointSerialNumber}</td></tr>
40-
<tr><td>Firewire Version:</td><td>${cp.chargeBox.fwVersion}</td></tr>
41-
<tr><td>Firewire Update Timestamp:</td><td>${cp.chargeBox.fwUpdateTimestamp}</td></tr>
40+
<tr><td>Firmware Version:</td><td>${cp.chargeBox.fwVersion}</td></tr>
41+
<tr><td>Firmware Update Timestamp:</td><td>${cp.chargeBox.fwUpdateTimestamp}</td></tr>
4242
<tr><td>Iccid:</td><td>${cp.chargeBox.iccid}</td></tr>
4343
<tr><td>Imsi:</td><td>${cp.chargeBox.imsi}</td></tr>
4444
<tr><td>Meter Type:</td><td>${cp.chargeBox.meterType}</td></tr>
@@ -58,4 +58,4 @@
5858

5959
</form:form>
6060
</div></div>
61-
<%@ include file="../00-footer.jsp" %>
61+
<%@ include file="../00-footer.jsp" %>

0 commit comments

Comments
 (0)