Skip to content

Commit 6a8f391

Browse files
authored
Fix typo in button text on DashboardTab
1 parent 4b4b876 commit 6a8f391

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Desktop/Ui/Pages/Dash/Tabs/DashboardTab.razor

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<MudAlert Severity="Severity.Info" Variant="Variant.Filled" Elevation="0" ShowCloseIcon="true" CloseIconClicked="DismissShockOscNotice" Class="alert-center-icon">
2828
<div class="d-flex" style="align-items: center; gap: 12px; flex-wrap: wrap;">
2929
<MudText Typo="Typo.body2">New here? For VRChat integration download and install ShockOSC.</MudText>
30-
<MudButton Variant="Variant.Filled" Color="Color.Primary" Size="Size.Small" StartIcon="@Icons.Material.Filled.Download" OnClick="GoToModuleManager">Go to Moudle Manager</MudButton>
30+
<MudButton Variant="Variant.Filled" Color="Color.Primary" Size="Size.Small" StartIcon="@Icons.Material.Filled.Download" OnClick="GoToModuleManager">Go to Module Manager</MudButton>
3131
</div>
3232
</MudAlert>
3333
</div>
@@ -157,4 +157,4 @@
157157
await _statusSubscription.DisposeAsync();
158158
}
159159

160-
}
160+
}

0 commit comments

Comments
 (0)