Fix grammar

This commit is contained in:
Girish Ramakrishnan
2021-08-24 09:38:51 -07:00
parent 766357567a
commit 8d3790d890

View File

@@ -24,7 +24,7 @@ const TASK_CONCURRENCY = 3;
function waitText(lockOperation) {
if (lockOperation === locker.OP_BOX_UPDATE) return 'Waiting for Cloudron to finish updating. See the Settings view';
if (lockOperation === locker.OP_PLATFORM_START) return 'Waiting for Cloudron to initialize';
if (lockOperation === locker.OP_FULL_BACKUP) return 'Wait for Cloudron to finish backup. See the Backups view';
if (lockOperation === locker.OP_FULL_BACKUP) return 'Waiting for Cloudron to finish backup. See the Backups view';
return ''; // cannot happen
}