Skip to content

Commit

Permalink
Fix broken loc on 2FA login title
Browse files Browse the repository at this point in the history
Fixes #158
  • Loading branch information
PJB3005 committed Jun 3, 2024
1 parent 635099f commit 8124bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SS14.Launcher/Views/Login/AuthTfaView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</Design.DataContext>

<DockPanel LastChildFill="False">
<TextBlock HorizontalAlignment="Center" DockPanel.Dock="Top" Classes="NanoHeadingMedium" Text="{loc:Loc login-2fa-input-title}" />
<TextBlock HorizontalAlignment="Center" DockPanel.Dock="Top" Classes="NanoHeadingMedium" Text="{loc:Loc login-2fa-title}" />

<TextBlock HorizontalAlignment="Center" DockPanel.Dock="Top" TextWrapping="Wrap" MaxWidth="400"
Text="{loc:Loc login-2fa-message}" />
Expand Down

0 comments on commit 8124bab

Please sign in to comment.