localization: translations for reward input tip

This commit is contained in:
leo 2024-06-24 16:15:36 +08:00
parent 0d03d08bf0
commit 0a4723db74
No known key found for this signature in database
4 changed files with 4 additions and 1 deletions

View file

@ -33,7 +33,7 @@
<TextBlock Grid.Row="2" Grid.Column="1"
Margin="0,4,0,0"
Text="Use 'Shift+Enter' to input a new line. 'Enter' is the hotkey of OK button"
Text="{DynamicResource Text.Reword.Tip}"
TextWrapping="Wrap"
Foreground="{DynamicResource Brush.FG2}"/>
</Grid>