@meestergijs,
Seconds, minutes, hours are already changed by you
refer: http://prntscr.com/lell94
You have to change only Time Spent text in unit timings addon.
So for that I am sharing a quick fix. Go to wp-admin > wplms > Footer > Google Analytics code
Add the code within the script tag
<script>
jQuery(document).ready(function($){
$(".wplms_instructor_dash_time_spent_stats .sales_labels strong").text("Your text");
});
</script>
@meestergijs,
If you are asking about the course directory then we have a setting for that in wp-admin > LMS > Settings > General Settings
Refer: http://prntscr.com/lev47v
But if you are asking about unit timing addon:
This is not possible because we have to add the functionality in the widget itself which is right now not possible.
Can we close this topic now?