chore: minor copy for grammar (#3235)

This commit is contained in:
Gabrielle Ong 2024-08-02 17:34:32 +08:00 committed by GitHub
parent 83579df3a4
commit f0f23078f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,7 +38,7 @@ const ModalMigrations = () => {
default: default:
return loaderThreads || loaderModels return loaderThreads || loaderModels
? 'Migration In Progressed' ? 'Migration In Progress'
: 'Migration Completed' : 'Migration Completed'
} }
} }