From b9ac6ec263630abd3ac025fc000a52250e44c658 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Mon, 23 Mar 2015 18:35:51 +0100 Subject: Allow help plugin to append a link to the error page for more information about CSRF protection --- plugins/help/localization/en_US.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/help/localization/en_US.inc') diff --git a/plugins/help/localization/en_US.inc b/plugins/help/localization/en_US.inc index b81f02fb9..d44b9a886 100644 --- a/plugins/help/localization/en_US.inc +++ b/plugins/help/localization/en_US.inc @@ -20,5 +20,6 @@ $labels = array(); $labels['help'] = 'Help'; $labels['about'] = 'About'; $labels['license'] = 'License'; +$labels['csrfinfo'] = 'Read more about CSRF and how we protect you'; ?> -- cgit v1.2.3