EscolaLMS/API

View on GitHub
resources/lang/en/dashboard.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return [
    'this week' => 'this week: :value',
    'Most popular dates' => 'Most popular :from - :to',
    'Most popular all time' => 'Most popular all time',
    'Beginning' => 'Beginning',
    'No results' => 'No results'
];