Skip to content

Commit 2e8d0d7

Browse files
committed
modify filter 標題
1 parent c3adef9 commit 2e8d0d7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Tender.Desktop/Views/DailyQueryView.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
<TextBlock Text="搜尋:" VerticalAlignment="Center" Foreground="{StaticResource TextSecondaryBrush}" />
209209
<TextBox Text="{Binding KeywordQuery, UpdateSourceTrigger=PropertyChanged, Delay=300}"
210210
Width="220" Height="28" Margin="4,0,0,0" VerticalContentAlignment="Center" />
211-
<CheckBox Content="標題"
211+
<CheckBox Content="標案名稱"
212212
IsChecked="{Binding KeywordTitleOnly}"
213213
VerticalAlignment="Center" Margin="6,0,0,0"
214214
Foreground="{StaticResource TextPrimaryBrush}"
@@ -217,7 +217,7 @@
217217
IsChecked="{Binding KeywordExclude}"
218218
VerticalAlignment="Center" Margin="6,0,0,0"
219219
Foreground="{StaticResource TextPrimaryBrush}"
220-
ToolTip="反向搜尋:命中關鍵字的標案會被排除。可獨立於「標題」使用。&#x0a;多關鍵字以逗號分隔(任一命中即排除)" />
220+
ToolTip="反向搜尋:命中關鍵字的標案會被排除。可獨立於「標案名稱」使用。&#x0a;多關鍵字以逗號分隔(任一命中即排除)" />
221221
</StackPanel>
222222

223223
<StackPanel Orientation="Horizontal" Margin="0,0,16,4">

0 commit comments

Comments
 (0)