From 2c3f6d14190f2bf782f792a950efd8b7f6cad602 Mon Sep 17 00:00:00 2001 From: Mark Nelson Date: Sat, 28 Jan 2017 19:41:45 +1100 Subject: [PATCH] Added missing 'customcert:viewallcertificates' string --- lang/en/customcert.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/en/customcert.php b/lang/en/customcert.php index 9a47363..5e7c461 100644 --- a/lang/en/customcert.php +++ b/lang/en/customcert.php @@ -35,6 +35,7 @@ $string['customcertreport'] = 'Custom certificate report'; $string['customcert:addinstance'] = 'Add a new custom certificate instance'; $string['customcert:manage'] = 'Manage a custom certificate'; $string['customcert:view'] = 'View a custom certificate'; +$string['customcert:viewallcertificates'] = 'View all certificates'; $string['deletecertpage'] = 'Delete certificate page'; $string['deleteconfirm'] = 'Delete confirmation'; $string['deleteelement'] = 'Delete element';