Remove redundant period

This commit is contained in:
Tyrrrz 2023-02-16 21:00:22 +02:00
parent c3d79ff0c4
commit 471c6f87db

View file

@ -233,7 +233,7 @@
<LineBreak /> <LineBreak />
<Run Text="If you have questions or issues, please refer to the" /> <Run Text="If you have questions or issues, please refer to the" />
<Hyperlink Command="{s:Action ShowHelp}">documentation</Hyperlink><Run Text="." /> <Hyperlink Command="{s:Action ShowHelp}">documentation</Hyperlink>
</TextBlock> </TextBlock>
</ScrollViewer> </ScrollViewer>
</Grid> </Grid>