Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
фикс
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Rubinov committed May 22, 2024
1 parent 33761ab commit f4af735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Client/PDA/PdaMenu.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public sealed partial class PdaMenu : PdaWindow
private string _stationName = Loc.GetString("comp-pda-ui-unknown");
private string _alertLevel = Loc.GetString("comp-pda-ui-unknown");
private string _instructions = Loc.GetString("comp-pda-ui-unknown");
private string _balance = 0;
private string _balance = Loc.GetString("comp-pda-ui-unknown");


private int _currentView;
Expand Down

0 comments on commit f4af735

Please sign in to comment.