diff --git a/Stats/Views/Dashboard.swift b/Stats/Views/Dashboard.swift index 73f5335b..dc438b65 100644 --- a/Stats/Views/Dashboard.swift +++ b/Stats/Views/Dashboard.swift @@ -180,7 +180,7 @@ class Dashboard: NSStackView { ])) scrollView.stackView.addArrangedSubview(PreferencesSection([ - PreferencesRow(localizedString("Model id"), component: textView(SystemKit.shared.device.model.id)), + PreferencesRow(localizedString("Model identifier"), component: textView(SystemKit.shared.device.model.id)), PreferencesRow(localizedString("Production year"), component: textView("\(SystemKit.shared.device.model.year)")), PreferencesRow(localizedString("Serial number"), component: textView(SystemKit.shared.device.serialNumber ?? localizedString("Unknown"))) ]))