Browse Source

Fixed typos in variables

pull/401/head
Dmitry Nefedov 2 years ago
parent
commit
216d395612
  1. 2
      src/Sophia_Script_for_Windows_10/Module/Sophia.psm1
  2. 2
      src/Sophia_Script_for_Windows_10_LTSC_2019/Module/Sophia.psm1
  3. 2
      src/Sophia_Script_for_Windows_10_LTSC_2021/Module/Sophia.psm1
  4. 2
      src/Sophia_Script_for_Windows_10_PowerShell_7/Module/Sophia.psm1
  5. 2
      src/Sophia_Script_for_Windows_11/Module/Sophia.psm1
  6. 2
      src/Sophia_Script_for_Windows_11_PowerShell_7/Module/Sophia.psm1

2
src/Sophia_Script_for_Windows_10/Module/Sophia.psm1

@ -13306,7 +13306,7 @@ public static void PostMessage()
<toast duration="Long" scenario="reminder">
<visual>
<binding template="ToastGeneric">
<text>$($Localization.DiscordGroupTitle)</text>
<text>$($Localization.DiscordChannelTitle)</text>
<group>
<subgroup>
<text hint-style="body" hint-wrap="true">https://discord.gg/sSryhaEv79</text>

2
src/Sophia_Script_for_Windows_10_LTSC_2019/Module/Sophia.psm1

@ -9736,7 +9736,7 @@ public static void PostMessage()
<toast duration="Long" scenario="reminder">
<visual>
<binding template="ToastGeneric">
<text>$($Localization.DiscordGroupTitle)</text>
<text>$($Localization.DiscordChannelTitle)</text>
<group>
<subgroup>
<text hint-style="body" hint-wrap="true">https://discord.gg/sSryhaEv79</text>

2
src/Sophia_Script_for_Windows_10_LTSC_2021/Module/Sophia.psm1

@ -10949,7 +10949,7 @@ public static void PostMessage()
<toast duration="Long" scenario="reminder">
<visual>
<binding template="ToastGeneric">
<text>$($Localization.DiscordGroupTitle)</text>
<text>$($Localization.DiscordChannelTitle)</text>
<group>
<subgroup>
<text hint-style="body" hint-wrap="true">https://discord.gg/sSryhaEv79</text>

2
src/Sophia_Script_for_Windows_10_PowerShell_7/Module/Sophia.psm1

@ -13357,7 +13357,7 @@ public static void PostMessage()
<toast duration="Long" scenario="reminder">
<visual>
<binding template="ToastGeneric">
<text>$($Localization.DiscordGroupTitle)</text>
<text>$($Localization.DiscordChannelTitle)</text>
<group>
<subgroup>
<text hint-style="body" hint-wrap="true">https://discord.gg/sSryhaEv79</text>

2
src/Sophia_Script_for_Windows_11/Module/Sophia.psm1

@ -12699,7 +12699,7 @@ public static void PostMessage()
<toast duration="Long" scenario="reminder">
<visual>
<binding template="ToastGeneric">
<text>$($Localization.DiscordGroupTitle)</text>
<text>$($Localization.DiscordChannelTitle)</text>
<group>
<subgroup>
<text hint-style="body" hint-wrap="true">https://discord.gg/sSryhaEv79</text>

2
src/Sophia_Script_for_Windows_11_PowerShell_7/Module/Sophia.psm1

@ -12747,7 +12747,7 @@ public static void PostMessage()
<toast duration="Long" scenario="reminder">
<visual>
<binding template="ToastGeneric">
<text>$($Localization.DiscordGroupTitle)</text>
<text>$($Localization.DiscordChannelTitle)</text>
<group>
<subgroup>
<text hint-style="body" hint-wrap="true">https://discord.gg/sSryhaEv79</text>

Loading…
Cancel
Save