interfaces: forgot to commit this apparently

This commit is contained in:
Franco Fichtner 2023-07-24 09:57:07 +02:00
parent 592c9a84df
commit 4eaaa0e8c1
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>