mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 01:29:05 +01:00
Fix typo
This commit is contained in:
parent
7caa6ad4ac
commit
d4e9de9cfa
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user