Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fixed grammar
Reported at Transifex.

Signed-off-by: rakekniven <[email protected]>
  • Loading branch information
rakekniven authored Oct 31, 2021
commit 21208a98451d83d90e6e82e9bd8d11708286b0db
4 changes: 2 additions & 2 deletions apps/files_trashbin/src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'))
}
)
},
Expand Down Expand Up @@ -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'))
}
)
},
Expand Down