We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2ff41f commit 33db0d0Copy full SHA for 33db0d0
src/Files.App/Views/SplashScreenPage.xaml
@@ -34,7 +34,7 @@
34
Foreground="{ThemeResource TextFillColorTertiaryBrush}"
35
LineHeight="32">
36
<Run FontWeight="SemiBold" Text="Files" />
37
- <Run FontWeight="SemiLight" Text="Preview" />
+ <Run FontWeight="SemiLight" Text="{x:Bind BranchLabel, Mode=OneTime}" />
38
</TextBlock>
39
40
<!-- Loading Indicator -->
0 commit comments