From 39cc0ca52b1ff7967c8aa8f788b2e3f9c9a4d4a5 Mon Sep 17 00:00:00 2001 From: Mark Nelson Date: Fri, 3 May 2024 10:48:59 +0100 Subject: [PATCH] Added missing lang string (#615) --- lang/en/customcert.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/en/customcert.php b/lang/en/customcert.php index 71ece9ec..6c0fa225 100644 --- a/lang/en/customcert.php +++ b/lang/en/customcert.php @@ -198,6 +198,7 @@ $string['showposxy_desc'] = 'This will show the X and Y position when editing of an element, allowing the user to accurately specify the location. This isn\'t required if you plan on solely using the drag and drop interface for this purpose.'; +$string['subplugintype_customcertelement'] = 'Element'; $string['subplugintype_customcertelement_plural'] = 'Elements'; $string['taskemailcertificate'] = 'Handles emailing certificates.'; $string['templatename'] = 'Template name';