lang: updated model identifier string (#1936)

Signed-off-by: Ahnaf Mahmud <44692189+infinitepower18@users.noreply.github.com>
This commit is contained in:
Ahnaf Mahmud
2024-05-12 10:28:10 +01:00
committed by GitHub
parent 74da91ff59
commit 20756a181d

View File

@@ -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")))
]))