From 9ddf93cbfbe7fc5161927ac8d397601afe71badf Mon Sep 17 00:00:00 2001 From: TamaroWalter Date: Fri, 7 Jun 2024 16:29:31 +0200 Subject: [PATCH] fix in language file --- lang/en/local_townsquaresupport.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/local_townsquaresupport.php b/lang/en/local_townsquaresupport.php index 99f4aa3..752826a 100644 --- a/lang/en/local_townsquaresupport.php +++ b/lang/en/local_townsquaresupport.php @@ -26,8 +26,8 @@ defined('MOODLE_INTERNAL') || die(); // Core strings for the installation. -$string['pluginname'] = 'Townsquare support plugin'; $string['pluginname'] = 'Townsquare support'; +$string['plugintitle'] = 'Townsquare support plugin'; // Subplugin strings. $string['subplugintype_townsquareexpansion'] = 'Townsquare event expansion';