Skip to content

Commit

Permalink
fix(Dashboard): Fixed typos
Browse files Browse the repository at this point in the history
Signed-off-by: Charles d'Avernas <[email protected]>
  • Loading branch information
cdavernas committed Oct 21, 2024
1 parent 25693f3 commit 7d27f01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/dashboard/Synapse.Dashboard/Layout/MainLayout.razor
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
</li>
<li>
<NavLink class="nav-link" href="service-accounts" Match="NavLinkMatch.All">
<span class="btn-label">Serivce Accounts</span>
<span class="btn-label">Accounts</span>
</NavLink>
</li>
</ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<Loader />
}
<div class="d-flex flex-row justify-content-between align-items-center">
<h4>ServiceAccounts</h4>
<h4>Service Accounts</h4>
<span>@(Resources?.Count ?? 0) items</span>
<div class="d-flex">
<select class="form-select m-2" @onchange="OnNamespaceChanged">
Expand Down

0 comments on commit 7d27f01

Please sign in to comment.