Skip to content

Commit 9f58cfa

Browse files
authored
Fixed grammar
Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
1 parent 21208a9 commit 9f58cfa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/files_trashbin/src/filelist.js

+3-3
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)