Skip to content

Commit 7729a01

Browse files
rakeknivennextcloud-command
authored andcommitted
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>
1 parent 21208a9 commit 7729a01

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

apps/files_trashbin/js/files_trashbin.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/files_trashbin/js/files_trashbin.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/files_trashbin/src/filelist.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
self.fileMultiSelectMenu.toggleLoading('restore', false)
198198
},
199199
function() {
200-
OC.Notification.show(t('files_trashbin', 'Error while restoring files from trashbin'))
200+
OC.Notification.show(t('files_trashbin', 'Error while restoring files from trash bin'))
201201
}
202202
)
203203
},
@@ -220,7 +220,7 @@
220220
self.setFiles([])
221221
},
222222
function() {
223-
OC.Notification.show(t('files_trashbin', 'Error while emptying trashbin'))
223+
OC.Notification.show(t('files_trashbin', 'Error while emptying trash bin'))
224224
}
225225
)
226226
} else {
@@ -238,7 +238,7 @@
238238
self.fileMultiSelectMenu.toggleLoading('delete', false)
239239
},
240240
function() {
241-
OC.Notification.show(t('files_trashbin', 'Error while removing files from trashbin'))
241+
OC.Notification.show(t('files_trashbin', 'Error while removing files from trash bin'))
242242
}
243243
)
244244
}

0 commit comments

Comments
 (0)