Skip to content

Commit 088b089

Browse files
committed
change "JACE IP" to "Host IP"
1 parent 3c1a6ba commit 088b089

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/ip_configurator/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ const generateHtmlForm = (currentValues: CurrentConfig, message?: string): strin
187187
${message ? `<div class="message ${message.includes('Error') ? 'error' : 'success'}">${message}</div>` : ''}
188188
<form method="POST" action="/">
189189
<div class="form-group">
190-
<label for="jace_ip">JACE IP Address:</label>
190+
<label for="jace_ip">Host IP Address:</label>
191191
<input
192192
type="text"
193193
id="jace_ip"

0 commit comments

Comments
 (0)