mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
dns/dyndns: duplicated string in translation
This commit is contained in:
parent
9f89264b38
commit
5456249102
1 changed files with 1 additions and 1 deletions
|
|
@ -444,7 +444,7 @@ include("head.inc");
|
|||
<br />
|
||||
<?= gettext("If you need the new IP to be included in the request, put %IP% in its place.") ?>
|
||||
<br />
|
||||
<?= gettext("If you need the new Host to be included in the request, put %HOST% in its place.") ?>
|
||||
<?= gettext("If you need the new host to be included in the request, put %HOST% in its place.") ?>
|
||||
<br />
|
||||
<?= gettext('If you need to include multiple possible values, separate them with a |. If your provider includes a |, escape it with \|') ?>
|
||||
<br />
|
||||
|
|
|
|||
Loading…
Reference in a new issue