Skip to content

Commit 3fc5738

Browse files
committed
fix(portal): rename Misc to Miscallaneous
1 parent 1d546d4 commit 3fc5738

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

apps/dashboard/src/app/(dashboard)/support/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ const HELP_PRODUCTS = [
100100
],
101101
},
102102
{
103-
title: "Misc",
103+
title: "Miscellaneous",
104104
icon: miscIcon,
105105
viewAllUrl: "https://support.thirdweb.com/",
106106
helpArticles: [

apps/portal/src/app/contracts/sidebar.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ export const sidebar: SideBar = {
239239
],
240240
},
241241
{
242-
name: "Misc",
242+
name: "Miscellaneous",
243243
links: [
244244
{
245245
name: "TransferableERC20",
@@ -283,7 +283,7 @@ export const sidebar: SideBar = {
283283
],
284284
},
285285
{
286-
name: "Misc",
286+
name: "Miscellaneous",
287287
links: [
288288
{
289289
name: "RoyaltyERC721",
@@ -327,7 +327,7 @@ export const sidebar: SideBar = {
327327
],
328328
},
329329
{
330-
name: "Misc",
330+
name: "Miscellaneous",
331331
links: [
332332
{
333333
name: "RoyaltyERC1155",

apps/portal/src/app/references/components/TDoc/utils/getSidebarLinkgroups.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const tagsToGroup = {
2626
"@connectWallet": "Connect Wallet",
2727
"@appURI": "App URI",
2828
"@storage": "Storage",
29-
"@others": "Misc",
29+
"@others": "Miscellaneous",
3030
"@wallet": "Wallets",
3131
"@walletConfig": "WalletConfig",
3232
"@theme": "Theme",

apps/portal/src/app/unity/v5/thirdwebmanager/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ This section allows you to define the default preferences for the SDK:
4646
- `Show Debug Logs`: Whether to show thirdweb SDK debug logs.
4747
- `Opt Out Usage Analytics`: Whether to opt out of Connect usage analytics, such as the number of wallets connected to your game.
4848

49-
### Misc
49+
### Miscellaneous
5050

5151
<DocImage src={thirdwebmanager_misc} />
5252

0 commit comments

Comments
 (0)