From 93b896e3db4af853422c6d4032ccf068637eaa74 Mon Sep 17 00:00:00 2001
From: Roeland Jago Douma <roeland@famdouma.nl>
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 <roeland@famdouma.nl>
---
 apps/files_trashbin/src/app.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/files_trashbin/src/app.js b/apps/files_trashbin/src/app.js
index 199cb7d4f84..3f6fd011238 100644
--- a/apps/files_trashbin/src/app.js
+++ b/apps/files_trashbin/src/app.js
@@ -42,7 +42,7 @@ OCA.Trashbin.App = {
 				multiSelectMenu: [
 					{
 						name: 'restore',
-						displayName: t('files', 'Restore'),
+						displayName: t('files_trashbin', 'Restore'),
 						iconClass: 'icon-history',
 					},
 					{
-- 
GitLab