Skip to content

Commit 06c85b1

Browse files
committed
pr feedback
1 parent 8980fe3 commit 06c85b1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/AppInstallerCLICore/Workflows/ConfigurationFlow.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ namespace AppInstaller::CLI::Workflow
4747
constexpr std::wstring_view s_Unit_WinGetPackage = L"WinGetPackage";
4848
constexpr std::wstring_view s_Unit_WinGetSource = L"WinGetSource";
4949

50-
constexpr std::wstring_view s_UnitType_WinGetPackage_DSCv3 = L"Microsoft.WinGet/WinGetPackage";
51-
constexpr std::wstring_view s_UnitType_WinGetSource_DSCv3 = L"Microsoft.WinGet/WinGetSource";
50+
constexpr std::wstring_view s_UnitType_WinGetPackage_DSCv3 = L"Microsoft.WinGet/Package";
51+
constexpr std::wstring_view s_UnitType_WinGetSource_DSCv3 = L"Microsoft.WinGet/Source";
5252
constexpr std::wstring_view s_UnitType_PowerShellModuleGet = L"PowerShellGet/PSModule";
5353

5454
constexpr std::wstring_view s_Module_WinGetClient = L"Microsoft.WinGet.DSC";

src/AppInstallerCLIPackage/Shared/Strings/en-us/winget.resw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3323,7 +3323,7 @@ Please specify one of them using the --source option to proceed.</value>
33233323
<value>Applying configuration unit...</value>
33243324
</data>
33253325
<data name="ConfigurationExportingUnit" xml:space="preserve">
3326-
<value>Applying configuration unit...</value>
3326+
<value>Exporting configuration unit...</value>
33273327
</data>
33283328
<data name="ConfigurationGettingUnitProcessors" xml:space="preserve">
33293329
<value>Getting configuration unit processors...</value>

0 commit comments

Comments
 (0)