mirror of
https://github.com/nextcloud/server.git
synced 2026-06-07 07:43:18 -04:00
Fixed grammar
Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
This commit is contained in:
parent
8c9be266a8
commit
21208a9845
1 changed files with 2 additions and 2 deletions
|
|
@ -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'))
|
||||
}
|
||||
)
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue