Skip to content

Commit

Permalink
Additional attempts to remove old updates using available identities
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Jacobsen Work committed Nov 8, 2023
1 parent 08f2cc1 commit 12abeb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BLAZAMGui/UI/Settings/UpdateSettings.razor
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

<SettingsField Label="@AppLocalization["Update Credential Source"]">

<MudTextField T="string" Label="@AppLocalization["Update Credential Source"]" Disabled=true Value="@UpdateCredential.ToString().Replace('_',' ')" />
<MudTextField T="string" Label="@AppLocalization["Update Credential Source"]" Disabled=true Value="@updateCredential.ToString().Replace('_',' ')" />
</SettingsField>

<SettingsField Label="@AppLocalization["Update Credentials"]">
Expand Down

0 comments on commit 12abeb8

Please sign in to comment.