From 220b6748369fada59d7eb8f113c13d591fdf6f2d Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Thu, 14 Feb 2019 11:57:52 +0100 Subject: [PATCH] Fix trashbin restore translation The files app doesn't have this entry. Signed-off-by: Roeland Jago Douma --- apps/files_trashbin/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/files_trashbin/js/app.js b/apps/files_trashbin/js/app.js index 199cb7d4f8409..3f6fd0112388b 100644 --- a/apps/files_trashbin/js/app.js +++ b/apps/files_trashbin/js/app.js @@ -42,7 +42,7 @@ OCA.Trashbin.App = { multiSelectMenu: [ { name: 'restore', - displayName: t('files', 'Restore'), + displayName: t('files_trashbin', 'Restore'), iconClass: 'icon-history', }, {