mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
dns/dyndns: fix typo
This commit is contained in:
@@ -112,7 +112,7 @@ legacy_html_escape_form_data($a_dyndns);
|
||||
<section class="col-xs-12">
|
||||
<div class="alert alert-warning" role="alert">
|
||||
<strong>
|
||||
<?=gettext("Please make sure to upgrade to os-ddclient before 21.7 is released as this plugin will be removed from our repository");?>
|
||||
<?=gettext("Please make sure to upgrade to os-ddclient before 22.7 is released as this plugin will be removed from our repository");?>
|
||||
</strong>
|
||||
</div>
|
||||
<div class="tab-content content-box col-xs-12">
|
||||
|
||||
@@ -90,7 +90,7 @@ if (!empty($_REQUEST['getdyndnsstatus'])) {
|
||||
<th colspan="4">
|
||||
<div class="alert alert-warning" role="alert">
|
||||
<strong>
|
||||
<?=gettext("Please make sure to upgrade to os-ddclient before 21.7 is released as this plugin will be removed from our repository");?>
|
||||
<?=gettext("Please make sure to upgrade to os-ddclient before 22.7 is released as this plugin will be removed from our repository");?>
|
||||
</strong>
|
||||
</div>
|
||||
</th>
|
||||
|
||||
Reference in New Issue
Block a user