Skip to content

Commit c83e9f6

Browse files
committed
oops
1 parent 0df1840 commit c83e9f6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

libraries/src/WebAsset/AssetItem/DragAndDropAssetItem.php

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,11 @@ class DragAndDropAssetItem extends WebAssetItem implements WebAssetAttachBehavio
3838
public function onAttachCallback(Document $doc)
3939
{
4040
// Add dnd.js language strings
41-
Text::script('JGLOBAL_DRAGANDDROP_STARTED');
42-
Text::script('JGLOBAL_DRAGANDDROP_DRAGOVER');
43-
Text::script('JGLOBAL_DRAGANDDROP_DRAGEND_DROPPED');
41+
Text::script('JGLOBAL_DRAGANDDROP_DRAGEND_STARTED');
42+
Text::script('JGLOBAL_DRAGANDDROP_DRAGOVER_NO_ELEMENT');
43+
Text::script('JGLOBAL_DRAGANDDROP_DRAGOVER_ELEMENT');
4444
Text::script('JGLOBAL_DRAGANDDROP_DRAGEND_NO_ELEMENT');
45-
Text::script('JGLOBAL_DRAGANDDROP_DRAGEND_CANCELED');
45+
Text::script('JGLOBAL_DRAGANDDROP_DRAGEND_DROPPED_NO_ELEMENT');
46+
Text::script('JGLOBAL_DRAGANDDROP_DRAGEND_DROPPED');
4647
}
4748
}

0 commit comments

Comments
 (0)