aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-02-14 11:57:52 +0100
committerRoeland Jago Douma <roeland@famdouma.nl>2019-02-14 11:57:52 +0100
commit93b896e3db4af853422c6d4032ccf068637eaa74 (patch)
treeebdcbc2aa02297276a2a7a117dee80bfebdccce7 /apps
parentd7495f89abbe8050fb22202b0a47b901cce6df28 (diff)
downloadnextcloud-server-93b896e3db4af853422c6d4032ccf068637eaa74.tar.gz
nextcloud-server-93b896e3db4af853422c6d4032ccf068637eaa74.zip
Fix trashbin restore translation
The files app doesn't have this entry. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps')
-rw-r--r--apps/files_trashbin/src/app.js2
1 files changed, 1 insertions, 1 deletions
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',
},
{