Skip to content

Commit dfb6b0a

Browse files
committed
Fix string resource issue
1 parent dc7b812 commit dfb6b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/SettingPages/ViewModels/SettingsPanePluginsViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ private async Task OpenHelperAsync()
141141
},
142142
new TextBlock
143143
{
144-
Text = (string)Application.Current.Resources["searchDelayTime_tips"],
144+
Text = (string)Application.Current.Resources["searchDelayTimeTips"],
145145
TextWrapping = TextWrapping.Wrap
146146
}
147147
}

0 commit comments

Comments
 (0)