Skip to content

Commit 7d93596

Browse files
committed
s/IP Address/IP address
1 parent 0eb9d38 commit 7d93596

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

web/templates/admin/add_dns.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
</tr>
6666
<tr>
6767
<td class="vst-text" style="padding: 10px 0 0 2px;">
68-
<?php print _('IP Address');?>
68+
<?php print _('IP address');?>
6969
</td>
7070
</tr>
7171
<tr>

web/templates/admin/add_web.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
</tr>
9696
<tr>
9797
<td class="vst-text" style="padding: 10px 0 0 2px;">
98-
<?php print _('IP Address');?>
98+
<?php print _('IP address');?>
9999
</td>
100100
</tr>
101101
<tr>

web/templates/user/add_dns.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
</tr>
6666
<tr>
6767
<td class="vst-text" style="padding: 10px 0 0 2px;">
68-
<?php print _('IP Address');?>
68+
<?php print _('IP address');?>
6969
</td>
7070
</tr>
7171
<tr>

web/templates/user/add_web.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
</tr>
9696
<tr>
9797
<td class="vst-text" style="padding: 10px 0 0 2px;">
98-
<?php print _('IP Address');?>
98+
<?php print _('IP address');?>
9999
</td>
100100
</tr>
101101
<tr>

0 commit comments

Comments
 (0)