File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 769
769
$ string ['learningpathstart ' ] = 'Start ' ;
770
770
$ string ['learningpathfinish ' ] = 'Finish ' ;
771
771
$ string ['nocourselearnigpath ' ] = "No courses have been added to the learning path yet. " ;
772
+
773
+ // ... enrol program string.
774
+ $ string ['programimagelink ' ] = 'Program image linked ' ;
775
+ $ string ['smart_coursebutton ' ] = 'Smart course button ' ;
776
+ $ string ['fullnamelinked ' ] = 'Fullname linked ' ;
777
+ $ string ['contextlinked ' ] = 'Context linked ' ;
778
+ $ string ['description ' ] = 'Description ' ;
779
+ $ string ['programs:view ' ] = 'View programs ' ;
780
+ $ string ['selfallocationwithkey ' ] = 'Sign up (Key required) ' ;
Original file line number Diff line number Diff line change 24
24
25
25
defined ('MOODLE_INTERNAL ' ) || die ();
26
26
27
- $ plugin ->version = 2024030600 ; // The current plugin version (Date: YYYYMMDDXX).
27
+ $ plugin ->version = 2024030601 ; // The current plugin version (Date: YYYYMMDDXX).
28
28
$ plugin ->requires = 2021051700 ; // Requires this Moodle version.
29
29
$ plugin ->component = 'block_dash ' ; // Full name of the plugin (used for diagnostics).
30
30
$ plugin ->maturity = MATURITY_STABLE ;
You can’t perform that action at this time.
0 commit comments