From 7cda0b9027652ec36220c4a4de35e2cc8f0d5024 Mon Sep 17 00:00:00 2001 From: Liav A Date: Mon, 6 Apr 2020 11:55:21 +0300 Subject: [PATCH] SystemMonitor: Replace 'device' JSON field with 'source' --- Applications/SystemMonitor/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Applications/SystemMonitor/main.cpp b/Applications/SystemMonitor/main.cpp index 301354a039..6b94e44d78 100644 --- a/Applications/SystemMonitor/main.cpp +++ b/Applications/SystemMonitor/main.cpp @@ -275,7 +275,7 @@ NonnullRefPtr build_file_systems_tab() Vector df_fields; df_fields.empend("mount_point", "Mount point", Gfx::TextAlignment::CenterLeft); df_fields.empend("class_name", "Class", Gfx::TextAlignment::CenterLeft); - df_fields.empend("device", "Device", Gfx::TextAlignment::CenterLeft); + df_fields.empend("source", "Source", Gfx::TextAlignment::CenterLeft); df_fields.empend( "Size", Gfx::TextAlignment::CenterRight, [](const JsonObject& object) {