Browse Source

Text fixed

pull/235/head
Sebastian Stehle 8 years ago
parent
commit
8baed570f5
  1. 2
      src/Squidex/app/shared/components/markdown-editor.component.html
  2. 2
      src/Squidex/app/shared/components/rich-editor.component.html

2
src/Squidex/app/shared/components/markdown-editor.component.html

@ -4,6 +4,6 @@
</div>
<div class="file-drop drag drop-area" [class.dragging]="draggedOver" dnd-droppable (onDropSuccess)="onItemDropped($event)">
<div class="drop-text">Drop files or assets here to add them.</div>
<div class="drop-text">Drop assets here to add them.</div>
</div>
</div>

2
src/Squidex/app/shared/components/rich-editor.component.html

@ -2,6 +2,6 @@
<div class="editor" #editor></div>
<div class="file-drop drag drop-area" [class.dragging]="draggedOver" dnd-droppable (onDropSuccess)="onItemDropped($event)">
<div class="drop-text">Drop files or assets here to add them.</div>
<div class="drop-text">Drop assets here to add them.</div>
</div>
</div>
Loading…
Cancel
Save