Index: components/ComponentDialog.tsx
===================================================================
--- components/ComponentDialog.tsx	(revision f72725276adbe73846f24a98b24485847de7ecd6)
+++ components/ComponentDialog.tsx	(revision d07d68c7500082e36ef6253479f265f924ccb1f4)
@@ -308,5 +308,13 @@
                                 Browsing:
                             </Box>
-                            <b> {category === 'gpu' ? 'GRAPHICS CARDS' : category === 'memory_card' ? 'STORAGE EXPANSION CARDS' : category?.toUpperCase()}</b>
+                            <b> {
+                                category === 'gpu' ? 'GRAPHICS CARDS'
+                                    : category === 'memory_card' ? 'STORAGE EXPANSION CARDS'
+                                        : category === 'power_supply' ? 'POWER SUPPLIES'
+                                            : category === 'network_card' ? 'NETWORK CARDS'
+                                                : category === 'network_adapters' ? 'NETWORK ADAPTERS'
+                                                    : category === 'sound_card' ? 'SOUND CARDS'
+                                                        : category === 'optical_drive' ? 'OPTICAL DRIVES'
+                                                            : category?.toUpperCase()}</b>
                             {mode === 'forge' && currentBuildId && (
                                 <Typography
