diff --git a/frameworks/src/bundle_command_common.cpp b/frameworks/src/bundle_command_common.cpp index a39a1b50514ba8b6bf36ce357d414f193b24f7eb..9f885286815f588aa1c8cf88d9c188366f2e1032 100644 --- a/frameworks/src/bundle_command_common.cpp +++ b/frameworks/src/bundle_command_common.cpp @@ -693,11 +693,11 @@ std::map BundleCommandCommon::bundleMessageMap_ = { }, { IStatusReceiver::ERR_INSTALL_RELEASE_BUNDLE_NOT_ALLOWED_FOR_SHELL, - "error: Release bundle cannot be installed by shell without root." + "error: Release bundle cannot be installed." }, { IStatusReceiver::ERR_INSTALL_ENCRYPTED_BUNDLE_NOT_ALLOWED_FOR_SHELL, - "error: Encrypted bundle cannot be installed by shell without root." + "error: Encrypted bundle cannot be installed." }, }; } // AppExecFwk