mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-53084 tool_lp: Improve the view of user competency in a plan
* Remove the plan block * Remove the plan link
This commit is contained in:
parent
9fbb3e6607
commit
3ed982e143
3 changed files with 3 additions and 38 deletions
|
@ -391,8 +391,7 @@ $string['usercommentedonaplanhtml'] = '<p>{$a->fullname} commented on the plan "
|
|||
$string['usercommentedonaplansmall'] = '{$a->fullname} commented on the plan "{$a->plan}".';
|
||||
$string['usercommentedonaplansubject'] = '{$a} commented on a plan.';
|
||||
$string['uponcoursemodulecompletion'] = 'Upon activity completion:';
|
||||
$string['usercompetencyfrozen'] = '<p>This record is now frozen. It reflects the state of the user\'s competency when their plan was marked as complete.</p>
|
||||
<p>Go back to <a href="{$a->url}">{$a->name}</a></p>';
|
||||
$string['usercompetencyfrozen'] = 'This record is now frozen. It reflects the state of the user\'s competency when their plan was marked as complete.';
|
||||
$string['usercompetencystatus_idle'] = 'Idle';
|
||||
$string['usercompetencystatus_inreview'] = 'In review';
|
||||
$string['usercompetencystatus_waitingforreview'] = 'Waiting for review';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue