diff --git a/state_manager/frameworks/napi/brightness.cpp b/state_manager/frameworks/napi/brightness.cpp index 2777332eb060c898610f2fdc8214ddfc344a49d2..a3168a34b227fd92726f2cebdd6d760a7d377b28 100644 --- a/state_manager/frameworks/napi/brightness.cpp +++ b/state_manager/frameworks/napi/brightness.cpp @@ -51,7 +51,7 @@ const std::string SET_KEEP_SCREENON_ERROR_MGR = "value is not an available boole } // namespace std::map Brightness::Result::errorTable_ = { - {DisplayErrors::ERR_CONNECTION_FAIL, "Connecting to the service failed."}, + {DisplayErrors::ERR_CONNECTION_FAIL, "Failed to connect to the service."}, {DisplayErrors::ERR_PERMISSION_DENIED, "Permission is denied" }, {DisplayErrors::ERR_SYSTEM_API_DENIED, "System permission is denied" }, {DisplayErrors::ERR_PARAM_INVALID, "Invalid input parameter." }