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) {