From 3d0239dc57ad4ef38659168bbd3e484f97fd7be7 Mon Sep 17 00:00:00 2001 From: Florian Dagner <99618839+fdagner@users.noreply.github.com> Date: Mon, 11 Nov 2024 10:26:09 +0100 Subject: [PATCH] Info text added (#62) MBS-9238: Added info text for activity chooser --- lang/en/kanban.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lang/en/kanban.php b/lang/en/kanban.php index eb007747..5fdb9b29 100644 --- a/lang/en/kanban.php +++ b/lang/en/kanban.php @@ -123,6 +123,15 @@ $string['messageprovider:due'] = 'Card due'; $string['messageprovider:moved'] = 'Card moved'; $string['modulename'] = 'Kanban board'; +$string['modulename_help'] = 'This activity supports using the Kanban method for managing projects or learning processes. +Kanban is an agile project management method that organizes tasks through a visual board to optimize workflow. Tasks are categorized into columns such as "To Do," "In Progress," and "Done" to make progress transparent. The goal is to identify bottlenecks in the workflow and continuously improve efficiency. +
Depending on the settings, there can be several types of boards within a Kanban activity: +'; $string['modulenameplural'] = 'Kanban boards'; $string['moveaftercard'] = 'Move after'; $string['movecard'] = 'Move card';