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

Commit

Permalink
FIX
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Rubinov committed May 31, 2024
1 parent eeac079 commit b488d68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Content.Client/PDA/PdaMenu.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ public sealed partial class PdaMenu : PdaWindow
public const int ProgramContentView = 3;

private TimeSpan shuttleEvacTimeSpan;

private string _pdaOwner = Loc.GetString("comp-pda-ui-unknown");
private string _owner = Loc.GetString("comp-pda-ui-unknown");
private string _jobTitle = Loc.GetString("comp-pda-ui-unassigned");
private string _stationName = Loc.GetString("comp-pda-ui-unknown");
private string _alertLevel = Loc.GetString("comp-pda-ui-unknown");
private string _timeLeftShuttle = Loc.GetString("comp-pda-ui-unknown");
private string _instructions = Loc.GetString("comp-pda-ui-unknown");
private string _balance = Loc.GetString("comp-pda-ui-unknown");\
private string _balance = Loc.GetString("comp-pda-ui-unknown");


private int _currentView;
Expand Down

0 comments on commit b488d68

Please sign in to comment.