Skip to content

Commit 41416b9

Browse files
committed
fix(rule): clarify tooltip to "Assign to branch" for assign chip
1 parent 16c2fb9 commit 41416b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/desktop/src/components/Rule.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
{/snippet}
158158

159159
{#snippet assignChip()}
160-
<Tooltip text="Assign to">
160+
<Tooltip text="Assign to branch">
161161
<div class="rule__action-chip">
162162
<Icon name="arrow-right" />
163163
</div>

0 commit comments

Comments
 (0)