diff --git a/assets/translations/strings_en.i18n.json b/assets/translations/strings_en.i18n.json index 7dd21ab2..b09df18c 100644 --- a/assets/translations/strings_en.i18n.json +++ b/assets/translations/strings_en.i18n.json @@ -399,7 +399,8 @@ "warpDetourModes": { "proxyOverWarp": "Detour Proxies Through WARP", "warpOverProxy": "Detour WARP Through Proxies", - "inbound": "Detour WARP Through Proxies" + "inbound": "Detour WARP Through Proxies", + "outbound": "Detour Proxies Through WARP" }, "warpLicenseKey": "License Key", "warpCleanIp": "Clean IP", diff --git a/assets/translations/strings_fa.i18n.json b/assets/translations/strings_fa.i18n.json index 42659c85..5b41f2e0 100644 --- a/assets/translations/strings_fa.i18n.json +++ b/assets/translations/strings_fa.i18n.json @@ -353,7 +353,7 @@ "warpNoise": "Noise", "warpDetourModes": { "inbound": "Detour WARP Through Proxies", - "outbound": "Detour proxies through WARP" + "outbound": "Detour Proxies Through WARP" } } }