diff options
author | rakekniven <2069590+rakekniven@users.noreply.github.com> | 2021-10-31 18:27:14 +0100 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2021-11-01 08:41:30 +0000 |
commit | 7729a01cc532e24f21ded5d97e5ec9c06371be32 (patch) | |
tree | 75a0d1fd21f1b19b1fc14447fb998b016e2ad78b /apps/files_trashbin/src | |
parent | 21208a98451d83d90e6e82e9bd8d11708286b0db (diff) | |
download | nextcloud-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.js | 6 |
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')) } ) } |