-
-
Couldn't load subscription status.
- Fork 4.6k
Closed
Labels
1. to developAccepted and waiting to be taken care ofAccepted and waiting to be taken care of32-feedbackbugfeature: filesgood first issueSmall tasks with clear documentation about how and in which place you need to fix things in.Small tasks with clear documentation about how and in which place you need to fix things in.needs info
Description
If the value of {count} is a number of files, then the text string should decline for singular and plural.
server/apps/files/src/actions/convertUtils.ts
Lines 80 to 81 in b694c2e
| showError(t('files', '{count} files could not be converted', { count: failed.length })) | |
| showSuccess(t('files', '{count} files successfully converted', { count: fileIds.length - failed.length })) |
Metadata
Metadata
Assignees
Labels
1. to developAccepted and waiting to be taken care ofAccepted and waiting to be taken care of32-feedbackbugfeature: filesgood first issueSmall tasks with clear documentation about how and in which place you need to fix things in.Small tasks with clear documentation about how and in which place you need to fix things in.needs info