summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/src
diff options
context:
space:
mode:
authorrakekniven <2069590+rakekniven@users.noreply.github.com>2021-10-31 18:27:14 +0100
committernextcloud-command <nextcloud-command@users.noreply.github.com>2021-11-01 08:41:30 +0000
commit7729a01cc532e24f21ded5d97e5ec9c06371be32 (patch)
tree75a0d1fd21f1b19b1fc14447fb998b016e2ad78b /apps/files_trashbin/src
parent21208a98451d83d90e6e82e9bd8d11708286b0db (diff)
downloadnextcloud-server-7729a01cc532e24f21ded5d97e5ec9c06371be32.tar.gz
nextcloud-server-7729a01cc532e24f21ded5d97e5ec9c06371be32.zip
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>
Diffstat (limited to 'apps/files_trashbin/src')
-rw-r--r--apps/files_trashbin/src/filelist.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files_trashbin/src/filelist.js b/apps/files_trashbin/src/filelist.js
index 9bc8b459038..9f66ee56cc0 100644
--- a/apps/files_trashbin/src/filelist.js
+++ b/apps/files_trashbin/src/filelist.js
@@ -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'))
}
)
}