Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorrakekniven <2069590+rakekniven@users.noreply.github.com>2021-10-31 20:25:35 +0300
committerGitHub <noreply@github.com>2021-10-31 20:25:35 +0300
commit21208a98451d83d90e6e82e9bd8d11708286b0db (patch)
treee048b018b86785b5df5b937eb9f7588272cb34e0 /apps
parent8c9be266a8037b885b57b7fd1f0619b5acad88f1 (diff)
Fixed grammar
Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Diffstat (limited to 'apps')
-rw-r--r--apps/files_trashbin/src/app.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_trashbin/src/app.js b/apps/files_trashbin/src/app.js
index f12e21142bd..8bfeb604ce1 100644
--- a/apps/files_trashbin/src/app.js
+++ b/apps/files_trashbin/src/app.js
@@ -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'))
}
)
},