diff options
author | rakekniven <2069590+rakekniven@users.noreply.github.com> | 2021-10-31 18:25:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-31 18:25:35 +0100 |
commit | 21208a98451d83d90e6e82e9bd8d11708286b0db (patch) | |
tree | e048b018b86785b5df5b937eb9f7588272cb34e0 /apps/files_trashbin | |
parent | 8c9be266a8037b885b57b7fd1f0619b5acad88f1 (diff) | |
download | nextcloud-server-21208a98451d83d90e6e82e9bd8d11708286b0db.tar.gz nextcloud-server-21208a98451d83d90e6e82e9bd8d11708286b0db.zip |
Fixed grammar
Reported at Transifex.
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Diffstat (limited to 'apps/files_trashbin')
-rw-r--r-- | apps/files_trashbin/src/app.js | 4 |
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')) } ) }, |