]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fixed grammar
authorrakekniven <2069590+rakekniven@users.noreply.github.com>
Sun, 31 Oct 2021 17:25:35 +0000 (18:25 +0100)
committerGitHub <noreply@github.com>
Sun, 31 Oct 2021 17:25:35 +0000 (18:25 +0100)
Reported at Transifex.

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
apps/files_trashbin/src/app.js

index f12e21142bde6f562a8c2ef08a1b6120dc554d03..8bfeb604ce1a022a780436315e64eeadadabae53 100644 (file)
@@ -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'))
                                                }
                                        )
                        },