[GPO;Enterprise]Experimentation: Small fixes (#24238)

* docs fix

* UI changes
This commit is contained in:
Heiko
2023-02-22 23:29:13 +01:00
committed by GitHub
parent 429e19615c
commit 995fd2ed50
3 changed files with 6 additions and 6 deletions

View File

@@ -2887,7 +2887,7 @@ Activate by holding the key for the character you want to add an accent to, then
<comment>File Locksmith is the name of the utility</comment>
</data>
<data name="GPO_IsSettingForced.Title" xml:space="preserve">
<value>The systems administrator is forcing this setting.</value>
<value>The system administrator is forcing this setting.</value>
</data>
<data name="Hosts_AdditionalLinesPosition.Description" xml:space="preserve">
<value>Additional content includes the file header and lines that can't parse</value>

View File

@@ -381,10 +381,10 @@
x:Uid="General_Experimentation"
Visibility="Visible">
<labs:SettingsCard x:Uid="GeneralPage_EnableExperimentation"
HeaderIcon="{ui:BitmapIcon Source=/Assets/FluentIcons/FluentIconsExperimentation.png}">
HeaderIcon="{ui:BitmapIcon Source=/Assets/FluentIcons/FluentIconsExperimentation.png}"
IsEnabled="{x:Bind Mode=OneWay, Path=ViewModel.IsExperimentationGpoDisallowed, Converter={StaticResource BoolNegationConverter}}">
<ToggleSwitch
x:Uid="ToggleSwitch"
IsEnabled="{x:Bind Mode=OneWay, Path=ViewModel.IsExperimentationGpoDisallowed, Converter={StaticResource BoolNegationConverter}}"
IsOn="{Binding Mode=TwoWay, Path=EnableExperimentation}" />
</labs:SettingsCard>
<InfoBar