Skip to content

Commit 33db0d0

Browse files
committed
Fix: Fixed splash screen text in dev env (#13627)
1 parent c2ff41f commit 33db0d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/Views/SplashScreenPage.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
Foreground="{ThemeResource TextFillColorTertiaryBrush}"
3535
LineHeight="32">
3636
<Run FontWeight="SemiBold" Text="Files" />
37-
<Run FontWeight="SemiLight" Text="Preview" />
37+
<Run FontWeight="SemiLight" Text="{x:Bind BranchLabel, Mode=OneTime}" />
3838
</TextBlock>
3939

4040
<!-- Loading Indicator -->

0 commit comments

Comments
 (0)