diff --git a/net/frr/src/opnsense/service/templates/OPNsense/Quagga/bgpd.conf b/net/frr/src/opnsense/service/templates/OPNsense/Quagga/bgpd.conf index 0a5548fbf..81be578f6 100644 --- a/net/frr/src/opnsense/service/templates/OPNsense/Quagga/bgpd.conf +++ b/net/frr/src/opnsense/service/templates/OPNsense/Quagga/bgpd.conf @@ -90,7 +90,7 @@ router bgp {{ OPNsense.quagga.bgp.asnumber }} no neighbor {{ neighbor.address }} activate {% endif %} {% endfor %} -{% endif %} +{% endif %} exit-address-family ! address-family ipv6 unicast diff --git a/net/wol/src/opnsense/mvc/app/views/OPNsense/Wol/index.volt b/net/wol/src/opnsense/mvc/app/views/OPNsense/Wol/index.volt index 91d1d7395..7f72fb16b 100644 --- a/net/wol/src/opnsense/mvc/app/views/OPNsense/Wol/index.volt +++ b/net/wol/src/opnsense/mvc/app/views/OPNsense/Wol/index.volt @@ -66,13 +66,13 @@ $( document ).ready(function() { BootstrapDialog.show({ type: data.status == 'OK' ? BootstrapDialog.TYPE_SUCCESS : BootstrapDialog.TYPE_DANGER, title: "{{ lang._("Result") }}", - message: (data.status == 'OK' ? + message: (data.status == 'OK' ? '{{ lang._('Magic packet was sent successfully.') }}' : - '{{ lang._('The packet was not sent due to an error. Please consult the logs.') }}
' + + '{{ lang._('The packet was not sent due to an error. Please consult the logs.') }}
' + $('
').text(data.error_msg).html()
                      )
           });
-        
+
         }, true);
     });
 });