summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/files_trashbin/src/app.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_trashbin/src/app.js b/apps/files_trashbin/src/app.js
index f12e21142bd..8bfeb604ce1 100644
--- a/apps/files_trashbin/src/app.js
+++ b/apps/files_trashbin/src/app.js
@@ -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'))
}
)
},