Fixed grammar

Reported at Transifex.

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
This commit is contained in:
rakekniven 2021-10-31 18:25:35 +01:00 committed by GitHub
parent 8c9be266a8
commit 21208a9845
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -103,7 +103,7 @@ OCA.Trashbin.App = {
fileList._removeCallback.bind(fileList, [filename]),
function() {
fileList.showFileBusyState(tr, false)
OC.Notification.show(t('files_trashbin', 'Error while restoring file from trashbin'))
OC.Notification.show(t('files_trashbin', 'Error while restoring file from trash bin'))
}
)
},
@ -133,7 +133,7 @@ OCA.Trashbin.App = {
fileList._removeCallback.bind(fileList, [filename]),
function() {
fileList.showFileBusyState(tr, false)
OC.Notification.show(t('files_trashbin', 'Error while removing file from trashbin'))
OC.Notification.show(t('files_trashbin', 'Error while removing file from trash bin'))
}
)
},