From 592f218151493fefa2351252c8d4b51750687fea Mon Sep 17 00:00:00 2001 From: Liav A Date: Sun, 29 Mar 2020 21:39:20 +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 da4869d70e..5411ac0629 100644 --- a/Applications/SystemMonitor/main.cpp +++ b/Applications/SystemMonitor/main.cpp @@ -280,7 +280,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) {