Fix trashbin restore translation

The files app doesn't have this entry.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2019-02-14 11:57:52 +01:00 committed by Morris Jobke
parent c021b5bfc6
commit 220b674836
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ OCA.Trashbin.App = {
multiSelectMenu: [
{
name: 'restore',
displayName: t('files', 'Restore'),
displayName: t('files_trashbin', 'Restore'),
iconClass: 'icon-history',
},
{