Skip to content

Commit 7d27f01

Browse files
committed
fix(Dashboard): Fixed typos
Signed-off-by: Charles d'Avernas <[email protected]>
1 parent 25693f3 commit 7d27f01

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/dashboard/Synapse.Dashboard/Layout/MainLayout.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
</li>
7878
<li>
7979
<NavLink class="nav-link" href="service-accounts" Match="NavLinkMatch.All">
80-
<span class="btn-label">Serivce Accounts</span>
80+
<span class="btn-label">Accounts</span>
8181
</NavLink>
8282
</li>
8383
</ul>

src/dashboard/Synapse.Dashboard/Pages/ServiceAccounts/List/View.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<Loader />
2929
}
3030
<div class="d-flex flex-row justify-content-between align-items-center">
31-
<h4>ServiceAccounts</h4>
31+
<h4>Service Accounts</h4>
3232
<span>@(Resources?.Count ?? 0) items</span>
3333
<div class="d-flex">
3434
<select class="form-select m-2" @onchange="OnNamespaceChanged">

0 commit comments

Comments
 (0)