Skip to content

Commit 6be22c9

Browse files
author
Kristan Kenney
committed
Adjust string capitalization
1 parent b62699e commit 6be22c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/templates/admin/edit_server.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -984,7 +984,7 @@
984984
<table id="security_ip" style="<?php if ($_SESSION['API'] == "no") echo 'display:none;';?>">
985985
<tr>
986986
<td class="vst-text input-label">
987-
<?php print _('Allowed IP Addresses for API');?> <span class="optional" style="float:right">1 IP address per line</span>
987+
<?php print _('Allowed IP addresses for API');?> <span class="optional" style="float:right">1 IP address per line</span>
988988
</td>
989989
</tr>
990990
<tr>

0 commit comments

Comments
 (0)