diff --git a/src/cascadia/TerminalSettingsEditor/Resources/en-US/Resources.resw b/src/cascadia/TerminalSettingsEditor/Resources/en-US/Resources.resw
index 7b3ebe85a6..ad09098f9b 100644
--- a/src/cascadia/TerminalSettingsEditor/Resources/en-US/Resources.resw
+++ b/src/cascadia/TerminalSettingsEditor/Resources/en-US/Resources.resw
@@ -2337,19 +2337,19 @@
An option to choose from for the "path translation" setting.
- WSL (C:\ -> /mnt/c)
+ WSL (C:\ 🡒 /mnt/c)
{Locked="WSL","C:\","/mnt/c"} An option to choose from for the "path translation" setting.
- Cygwin (C:\ -> /cygdrive/c)
+ Cygwin (C:\ 🡒 /cygdrive/c)
{Locked="Cygwin","C:\","/cygdrive/c"} An option to choose from for the "path translation" setting.
- MSYS2 (C:\ -> /c)
+ MSYS2 (C:\ 🡒 /c)
{Locked="MSYS2","C:\","/c"} An option to choose from for the "path translation" setting.
- MinGW (C:\ -> C:/)
+ MinGW (C:\ 🡒 C:/)
{Locked="MinGW","C:\","C:/"} An option to choose from for the "path translation" setting.