]> _ Git - fluidbook-toolbox.git/commitdiff
wait #7600 @0:10
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 4 Jul 2025 10:36:11 +0000 (12:36 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 4 Jul 2025 10:36:11 +0000 (12:36 +0200)
resources/views/elearningmedia/index.blade.php

index f603b0fcd725dc107ae57a0f3362a0f132f0c971..d22fe24b070abe4e7f64e1886a3ffd849087eef2 100644 (file)
@@ -1,4 +1,5 @@
 @php
+    // __("Click here once you have completed your learning session")
     function elearningTranslate($translations,$str){
         if(!is_array($translations) || !isset($translations[$str]) || !$translations[$str]){
             return $str;