CPU Model -> CPU model

because consistency
This commit is contained in:
Chipmunk 2023-01-22 16:52:20 -05:00
parent f7f1df7d4d
commit 5a7280ba3a

View file

@ -77,7 +77,7 @@ public class InfoCommand extends Command {
try { try {
final String cpuModel = CPUInfo.readCpuInfo().get("model name"); 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) { } catch (IOException ignored) {
} }