fix: typo in English (#731)

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo 2024-11-22 18:47:06 +08:00
parent 3ae3c587d8
commit cd96a28545
No known key found for this signature in database
9 changed files with 18 additions and 18 deletions

View file

@ -458,7 +458,7 @@
<TextBlock Grid.Row="0" Grid.Column="0"
HorizontalAlignment="Right" VerticalAlignment="Center"
Margin="0,0,8,0"
Text="{DynamicResource Text.Configure.OpenAI.Prefered}"/>
Text="{DynamicResource Text.Configure.OpenAI.Preferred}"/>
<ComboBox Grid.Row="0" Grid.Column="1"
Height="28" Padding="8,0"
VerticalAlignment="Center" HorizontalAlignment="Stretch"
@ -476,7 +476,7 @@
<TextBlock Grid.Row="1" Grid.Column="1"
Margin="0,6,0,0"
Text="{DynamicResource Text.Configure.OpenAI.Prefered.Tip}"
Text="{DynamicResource Text.Configure.OpenAI.Preferred.Tip}"
TextWrapping="Wrap"
Foreground="{DynamicResource Brush.FG2}"/>
</Grid>