This commit is contained in:
hadi 2023-05-17 16:31:11 +02:00
parent 7caa6ad4ac
commit d4e9de9cfa

View File

@ -145,7 +145,7 @@ export function egwDragActionImplementation()
if('draggable' in document.createElement('span') &&
navigator && navigator.userAgent.indexOf('Chrome') >= 0 && egw.app_name() == 'filemanager') // currently only filemanager supports drag out
{
text.text(egw.lang('You may darg files out to your desktop', itemLabel));
text.text(egw.lang('You may drag files out to your desktop', itemLabel));
}
// Final html DOM return as helper structor
return div;