The following string isn't marked nicely for translation:
|
{i18next.t('Uploading the selected files would result in')}{' '} |
|
{humanReadableBytes( |
|
filesSize + acceptedFilesSize, |
|
decimalSizeDisplay |
|
)} |
|
{i18next.t('but the limit is')} |
|
{humanReadableBytes(quota.maxStorage, decimalSizeDisplay)}. |
See inveniosoftware/invenio-app-rdm#1718 for further explanation and solutions.
Subissue of inveniosoftware/invenio-app-rdm#1707