Commit f6b8e837 authored by Fabian Franz's avatar Fabian Franz

fix by @8191

parent f382440d
......@@ -297,7 +297,7 @@ $( document ).ready(function() {
print_info_box($savemsg);
}
if ($pconfig['enable'] && is_subsystem_dirty('ipsec')) {
print_info_box_apply(gettext("The IPsec tunnel configuration has been changed") . "<br />" . gettext("You must apply the changes in order for them to take effect."));
print_info_box_apply(gettext("The IPsec tunnel configuration has been changed.") . "<br />" . gettext("You must apply the changes in order for them to take effect."));
}?>
<section class="col-xs-12">
<form method="post" name="iform" id="iform">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment