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:
parent
c021b5bfc6
commit
220b674836
|
@ -42,7 +42,7 @@ OCA.Trashbin.App = {
|
|||
multiSelectMenu: [
|
||||
{
|
||||
name: 'restore',
|
||||
displayName: t('files', 'Restore'),
|
||||
displayName: t('files_trashbin', 'Restore'),
|
||||
iconClass: 'icon-history',
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue