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> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
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'))
|
||||
}
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue