EscolaLMS/API

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

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return [
    'Name' => 'Name',
    'Definition' => 'Definition',
    'Section' => 'Section: :section',
    'Save' => 'Save',
    'Last save' => 'Last save: :date',
    'No sections' => 'No sections in this course'
];