Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Gkiokan committed Aug 18, 2023
1 parent c076539 commit 3666f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/DragAndDrop.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div class="big mb-2"> {{ title }} </div>

<div class="space">
Files will be added to the <b class="text-success">Process Center</b>
Files will be added to the <b class="text-success"> Server > Dragged Tab </b>

<el-row class="space" v-if="isDragged">
<el-button type="success active" size="medium" icon="el-icon-document-add" @click="addFiles"> Yes, add all files </el-button>
Expand Down

0 comments on commit 3666f07

Please sign in to comment.