mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-10 00:37:54 +02:00
Mail: Fix missing translations in attachment download button options
This commit is contained in:
@ -1207,13 +1207,13 @@ app.classes.mail = AppJS.extend(
|
||||
},
|
||||
{
|
||||
id: 'saveOneToVfs',
|
||||
label: 'Save in Filemanager',
|
||||
label: 'Save to Filemanager',
|
||||
icon: 'filemanager/navbar',
|
||||
value: 'saveOneToVfs'
|
||||
},
|
||||
{
|
||||
id: 'saveAllToVfs',
|
||||
label: 'Save all to Filemanager',
|
||||
label: 'Save all attachments to Filemanager',
|
||||
icon: 'mail/save_all',
|
||||
value: 'saveAllToVfs'
|
||||
},
|
||||
|
Reference in New Issue
Block a user