Skip to content

Commit

Permalink
Merge pull request #84 from simonsobs/fix
Browse files Browse the repository at this point in the history
Fix capitalization of `Interrupt`
  • Loading branch information
TaiSakuma authored Jan 10, 2025
2 parents 1ffd44c + 27d027e commit 738f346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/main/run-frame/top-bar/ActionRunning.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<template #prepend>
<VIcon> mdi-close </VIcon>
</template>
interrupt
Interrupt
</VListItem>
<VListItem @click="dialogTerminate = true" class="text-error">
<template #prepend>
Expand Down

0 comments on commit 738f346

Please sign in to comment.