Fixed grammar

Reported at Transifex.

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
pull/29497/head
rakekniven 2021-10-31 18:27:14 +07:00 committed by nextcloud-command
parent 21208a9845
commit 7729a01cc5
3 changed files with 6 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -197,7 +197,7 @@
self.fileMultiSelectMenu.toggleLoading('restore', false)
},
function() {
OC.Notification.show(t('files_trashbin', 'Error while restoring files from trashbin'))
OC.Notification.show(t('files_trashbin', 'Error while restoring files from trash bin'))
}
)
},
@ -220,7 +220,7 @@
self.setFiles([])
},
function() {
OC.Notification.show(t('files_trashbin', 'Error while emptying trashbin'))
OC.Notification.show(t('files_trashbin', 'Error while emptying trash bin'))
}
)
} else {
@ -238,7 +238,7 @@
self.fileMultiSelectMenu.toggleLoading('delete', false)
},
function() {
OC.Notification.show(t('files_trashbin', 'Error while removing files from trashbin'))
OC.Notification.show(t('files_trashbin', 'Error while removing files from trash bin'))
}
)
}