We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e06e13d commit 0f1496eCopy full SHA for 0f1496e
src/components/BranchFormatter.vue
@@ -52,7 +52,7 @@
52
<script setup lang="ts">
53
import { ref, onMounted } from 'vue';
54
55
-const input = ref('123456 Story: Replace this with your work item');
+const input = ref('Story 123456: Replace this with your work item');
56
const formattedName = ref('');
57
const isCopied = ref(false);
58
0 commit comments