From 21208a98451d83d90e6e82e9bd8d11708286b0db Mon Sep 17 00:00:00 2001 From: rakekniven <2069590+rakekniven@users.noreply.github.com> Date: Sun, 31 Oct 2021 18:25:35 +0100 Subject: Fixed grammar Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> --- apps/files_trashbin/src/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/files_trashbin') 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')) } ) }, -- cgit v1.2.3