diff --git a/assets/translations/strings_en.i18n.json b/assets/translations/strings_en.i18n.json index 4da28b59..7dd21ab2 100644 --- a/assets/translations/strings_en.i18n.json +++ b/assets/translations/strings_en.i18n.json @@ -398,7 +398,8 @@ "warpDetourMode": "Detour Mode", "warpDetourModes": { "proxyOverWarp": "Detour Proxies Through WARP", - "warpOverProxy": "Detour WARP Through Proxies" + "warpOverProxy": "Detour WARP Through Proxies", + "inbound": "Detour WARP Through Proxies" }, "warpLicenseKey": "License Key", "warpCleanIp": "Clean IP", diff --git a/assets/translations/strings_fa.i18n.json b/assets/translations/strings_fa.i18n.json index f357348a..42659c85 100644 --- a/assets/translations/strings_fa.i18n.json +++ b/assets/translations/strings_fa.i18n.json @@ -352,7 +352,7 @@ "warpPort": "Port", "warpNoise": "Noise", "warpDetourModes": { - "inbound": "Detour WARP through proxies", + "inbound": "Detour WARP Through Proxies", "outbound": "Detour proxies through WARP" } }