diff --git a/src/main/java/land/chipmunk/chipmunkbot/commands/InfoCommand.java b/src/main/java/land/chipmunk/chipmunkbot/commands/InfoCommand.java index 9191297..2dea0b6 100644 --- a/src/main/java/land/chipmunk/chipmunkbot/commands/InfoCommand.java +++ b/src/main/java/land/chipmunk/chipmunkbot/commands/InfoCommand.java @@ -77,7 +77,7 @@ public class InfoCommand extends Command { try { final String cpuModel = CPUInfo.readCpuInfo().get("model name"); - source.sendOutput(formatEntry(Component.translatable("CPU Model"), Component.text(cpuModel)), false); + source.sendOutput(formatEntry(Component.translatable("CPU model"), Component.text(cpuModel)), false); } catch (IOException ignored) { }