File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
apps/desktop/src/components Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 49
49
return {
50
50
icon: ' text-width' as keyof typeof iconsJson ,
51
51
label: filter .subject ,
52
- tooltip: ` Changes with text: ${filter .subject }`
52
+ tooltip: ` Containing text: ${filter .subject }`
53
53
};
54
54
case ' fileChangeType' :
55
55
return {
157
157
{/ snippet }
158
158
159
159
{#snippet assignChip ()}
160
- <Tooltip text =" Assigns to" >
160
+ <Tooltip text =" Assign to branch " >
161
161
<div class =" rule__action-chip" >
162
162
<Icon name =" arrow-right" />
163
163
</div >
189
189
{@render filterPill (filter )}
190
190
{:else }
191
191
<div class =" rule__pill" >
192
- <span class =" text-12 truncate" >*. All files matched </span >
192
+ <span class =" text-12 truncate" >*. All changes </span >
193
193
</div >
194
194
{/each }
195
195
{@render assignChip ()}
You can’t perform that action at this time.
0 commit comments