]> git.p6c8.net - policy-templates.git/commitdiff
Update firefox.admx
authorxenothrox <54351662+xenothrox@users.noreply.github.com>
Mon, 21 Jun 2021 09:31:14 +0000 (11:31 +0200)
committerGitHub <noreply@github.com>
Mon, 21 Jun 2021 09:31:14 +0000 (11:31 +0200)
Fixed potential wrong explain text, current version shows the explainText of "PictureInPicture/Enabled" for "Picture-In-Picture/Enabled" and "Picture-In-Picture/Locked"

windows/firefox.admx

index c33cd5620c43ee82e5ef621047716f80408a57e3..eb625311d2acdd33ee62106c24a3d64a52e0f124 100644 (file)
         <decimal value="0"/>
       </disabledValue>
     </policy>
-    <policy name="PictureInPicture_Locked" class="Both" displayName="$(string.PictureInPicture_Locked)" explainText="$(string.PictureInPicture_Enabled_Explain)" key="Software\Policies\Mozilla\Firefox\PictureInPicture" valueName="Locked">
+    <policy name="PictureInPicture_Locked" class="Both" displayName="$(string.PictureInPicture_Locked)" explainText="$(string.PictureInPicture_Locked_Explain)" key="Software\Policies\Mozilla\Firefox\PictureInPicture" valueName="Locked">
       <parentCategory ref="PictureInPicture"/>
       <supportedOn ref="SUPPORTED_FF78"/>
       <enabledValue>

patrick-canterino.de