Merge branch 'develop' of https://github.com/frappe/lms into certification-redesign

This commit is contained in:
Jannat Patel
2025-04-14 22:50:47 +05:30
28 changed files with 4296 additions and 3674 deletions

View File

@@ -38,7 +38,7 @@
<div class="mb-4">
<Button @click="openFileSelector" :loading="uploading">
{{
uploading ? `Uploading ${progress}%` : 'Upload an zip file'
uploading ? `Uploading ${progress}%` : 'Upload an ZIP file'
}}
</Button>
</div>