Skip to content

Commit 1fd9e51

Browse files
committed
in ip config page, change wording "Host" to "Target"
1 parent a19c3b6 commit 1fd9e51

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">Host IP Address:</label>
190+
<label for="jace_ip">Target IP Address:</label>
191191
<input
192192
type="text"
193193
id="jace_ip"

0 commit comments

Comments
 (0)