From 5f0112a58d86dc0f8d386f907a403ca34fbbe3c1 Mon Sep 17 00:00:00 2001 From: Nicolas Martignoni Date: Mon, 25 Dec 2023 21:32:21 +0100 Subject: [PATCH] Fix a typo in a string --- lang/en/tool_moodlebox.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/tool_moodlebox.php b/lang/en/tool_moodlebox.php index 62f5f84..eeff846 100644 --- a/lang/en/tool_moodlebox.php +++ b/lang/en/tool_moodlebox.php @@ -39,7 +39,7 @@ $string['datetimesetmessage'] = 'The clock of the MoodleBox isn\'t on time. It\'s highly recommended to set the date and time to the current time.'; $string['datetimesetting'] = 'Date and time'; $string['defaultgateway'] = 'Default gateway'; -$string['dhcpclientinfo'] = 'Client IP MAC addresses'; +$string['dhcpclientinfo'] = 'Client IP and MAC addresses'; $string['dhcpclientnumber'] = 'number of clients'; $string['dhcpclients'] = 'DHCP clients'; $string['documentation'] = 'MoodleBox documentation';