Browse Source
Merge pull request #5038 from nextcloud/Valdnet-patch-1
l10n: Add word "file"
pull/5040/head
Vincent Petry
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/store/fileUploadStore.js
|
|
@ -251,7 +251,7 @@ const actions = { |
|
|
|
let reason = 'failed-upload' |
|
|
|
if (exception.response.status === 507) { |
|
|
|
reason = 'quota' |
|
|
|
showError(t('spreed', 'Not enough free space to upload "{fileName}"', { fileName })) |
|
|
|
showError(t('spreed', 'Not enough free space to upload file "{fileName}"', { fileName })) |
|
|
|
} else { |
|
|
|
showError(t('spreed', 'Error while uploading file "{fileName}"', { fileName })) |
|
|
|
} |
|
|
|