Skip to content

Commit

Permalink
Download -> Fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
suecharo committed Oct 6, 2021
1 parent f82673d commit 68ecc83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/services/WorkflowRegisterDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
>
<v-chip :value="'download'" label outlined>
<v-icon left v-text="'mdi-download-outline'" />
<span v-text="'Download'" />
<span v-text="'Fetch'" />
</v-chip>
<v-chip :value="'upload'" label outlined>
<v-icon left v-text="'mdi-upload-outline'" />
Expand Down
2 changes: 1 addition & 1 deletion src/components/workflows/ExecuteCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
outlined
>
<v-icon left v-text="'mdi-download-outline'" />
<span v-text="'Download'" />
<span v-text="'Fetch'" />
</v-chip>
</div>
</template>
Expand Down

0 comments on commit 68ecc83

Please sign in to comment.