forked from chipmunkmc/chipmunkbot
CPU Model
-> CPU model
because consistency
This commit is contained in:
parent
f7f1df7d4d
commit
5a7280ba3a
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue