mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
lang: updated model identifier string (#1936)
Signed-off-by: Ahnaf Mahmud <44692189+infinitepower18@users.noreply.github.com>
This commit is contained in:
@@ -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")))
|
||||
]))
|
||||
|
||||
Reference in New Issue
Block a user