diff --git a/daemon/commands/ipv6.cc b/daemon/commands/ipv6.cc index 1edb744b4..65e4e2251 100644 --- a/daemon/commands/ipv6.cc +++ b/daemon/commands/ipv6.cc @@ -9,7 +9,7 @@ public: void IPv6CommandPrivate::outputIPv6(Daemon* app, ostringstream& ost) { bool ipv6_enabled = linphone_core_ipv6_enabled(app->getCore()) == TRUE ? true : false; - ost << "Status: "; + ost << "State: "; if (ipv6_enabled) { ost << "enabled\n"; } else {