From 0a5da792eb5971c35ae1cc64cfbfdc8c27c7b2f3 Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Thu, 7 Dec 2017 07:07:46 +0100 Subject: [PATCH] fix spacing in previous --- src/opnsense/mvc/app/views/OPNsense/IDS/index.volt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/opnsense/mvc/app/views/OPNsense/IDS/index.volt b/src/opnsense/mvc/app/views/OPNsense/IDS/index.volt index 7750e7c1c..86ceb2ab3 100644 --- a/src/opnsense/mvc/app/views/OPNsense/IDS/index.volt +++ b/src/opnsense/mvc/app/views/OPNsense/IDS/index.volt @@ -382,7 +382,7 @@ POSSIBILITY OF SUCH DAMAGE. alert_fields['timestamp'] = "{{ lang._('Timestamp') }}"; alert_fields['alert'] = "{{ lang._('Alert') }}"; alert_fields['alert_sid'] = "{{ lang._('Alert sid') }}"; - alert_fields['proto'] = "{{ lang._('Protocol') }}"; + alert_fields['proto'] = "{{ lang._('Protocol') }}"; alert_fields['src_ip'] = "{{ lang._('Source IP') }}"; alert_fields['dest_ip'] = "{{ lang._('Destination IP') }}"; alert_fields['src_port'] = "{{ lang._('Source port') }}";