Skip to content

Commit 738f346

Browse files
authored
Merge pull request #84 from simonsobs/fix
Fix capitalization of `Interrupt`
2 parents 1ffd44c + 27d027e commit 738f346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/main/run-frame/top-bar/ActionRunning.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<template #prepend>
1111
<VIcon> mdi-close </VIcon>
1212
</template>
13-
interrupt
13+
Interrupt
1414
</VListItem>
1515
<VListItem @click="dialogTerminate = true" class="text-error">
1616
<template #prepend>

0 commit comments

Comments
 (0)