mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 16:14:40 +00:00
interfaces: forgot to commit this apparently
This commit is contained in:
parent
592c9a84df
commit
4eaaa0e8c1
@ -2532,7 +2532,7 @@ include("head.inc");
|
||||
<td>
|
||||
<input name="provider" type="text" id="provider" value="<?=$pconfig['provider'];?>" />
|
||||
<div class="hidden" data-for="help_for_provider">
|
||||
<?=gettext("Hint: this field can usually be left empty"); ?>
|
||||
<?= gettext('This field can usually be left empty unless specified by the provider.') ?>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@ -567,7 +567,7 @@ include("head.inc");
|
||||
<td>
|
||||
<input name="provider" type="text" id="provider" value="<?=$pconfig['provider'];?>" />
|
||||
<div class="hidden" data-for="help_for_provider">
|
||||
<?= gettext("Hint: this field can usually be left empty. Service name will not be configured if this field is empty. Check the \"Configure NULL\" box to configure a blank Service name."); ?>
|
||||
<?= gettext('This field can usually be left empty unless specified by the provider.') ?>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user