File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
AppInstallerCLICore/Workflows
AppInstallerCLIPackage/Shared/Strings/en-us Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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" ;
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments