Skip to content

Commit

Permalink
Made the Installation Disclaimer for the Microsoft Store bold. (#1698)
Browse files Browse the repository at this point in the history
  • Loading branch information
jedieaston authored Nov 12, 2021
1 parent 412408a commit 6cc9bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AppInstallerCLICore/Workflows/InstallFlow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ namespace AppInstaller::CLI::Workflow

if (installerType == InstallerTypeEnum::MSStore)
{
context.Reporter.Info() << Resource::String::InstallationDisclaimerMSStore << std::endl;
context.Reporter.Info() << Execution::PromptEmphasis << Resource::String::InstallationDisclaimerMSStore << std::endl;
}
else
{
Expand Down

0 comments on commit 6cc9bc6

Please sign in to comment.