Skip to content

Commit

Permalink
fix string name
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Ratzman committed May 30, 2024
1 parent 2b9e8ed commit 4dd6032
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Aspire.Dashboard/Components/Pages/Resources.razor
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PageTitle><ApplicationName ResourceName="@nameof(Dashboard.Resources.Resources.ResourcesPageTitle)" Loc="@Loc" /></PageTitle>

<div class="content-layout-with-toolbar">
<FluentToolbar Orientation="Orientation.Horizontal">
<FluentToolbar Orientation="Orientation.Horizontal">
<h1 slot="label">@Loc[nameof(Dashboard.Resources.Resources.ResourcesHeader)]</h1>
<FluentButton id="typeFilterButton" slot="end"
Appearance="@(AreAllTypesVisible is true ? Appearance.Stealth : Appearance.Accent)"
Expand All @@ -30,7 +30,7 @@
<Header>@Loc[nameof(Dashboard.Resources.Resources.ResourcesResourceTypesHeader)]</Header>
<Body>
<FluentStack Orientation="Orientation.Vertical">
<FluentCheckbox Label="@ControlsStringsLoc[nameof(ControlsStrings.All)]"
<FluentCheckbox Label="@ControlsStringsLoc[nameof(ControlsStrings.AllSelected)]"
ThreeState="true"
ShowIndeterminate="false"
onkeydown="e => console.log(e)"
Expand Down

0 comments on commit 4dd6032

Please sign in to comment.