diff options
| author | David Göransson <david.goransson@mullvad.net> | 2025-11-04 08:42:39 +0100 |
|---|---|---|
| committer | David Göransson <david.goransson@mullvad.net> | 2025-11-04 10:14:20 +0100 |
| commit | 8dff924ed516675d5838e40aa067056b862e53e7 (patch) | |
| tree | 37461faf4883831ae26ac49074d1e28e41e9c3c6 /android | |
| parent | 590437a8a4e70edb9ce1d9a4a9e344ab2d7e6b69 (diff) | |
| download | mullvadvpn-8dff924ed516675d5838e40aa067056b862e53e7.tar.xz mullvadvpn-8dff924ed516675d5838e40aa067056b862e53e7.zip | |
Show all obfuscation methods
Diffstat (limited to 'android')
| -rw-r--r-- | android/app/src/main/kotlin/net/mullvad/mullvadvpn/compose/component/connectioninfo/FeatureIndicatorsPanel.kt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/android/app/src/main/kotlin/net/mullvad/mullvadvpn/compose/component/connectioninfo/FeatureIndicatorsPanel.kt b/android/app/src/main/kotlin/net/mullvad/mullvadvpn/compose/component/connectioninfo/FeatureIndicatorsPanel.kt index 6c404a5bc9..6a039bd5b4 100644 --- a/android/app/src/main/kotlin/net/mullvad/mullvadvpn/compose/component/connectioninfo/FeatureIndicatorsPanel.kt +++ b/android/app/src/main/kotlin/net/mullvad/mullvadvpn/compose/component/connectioninfo/FeatureIndicatorsPanel.kt @@ -129,10 +129,10 @@ private fun FeatureIndicator.text(): String { when (this) { FeatureIndicator.QUANTUM_RESISTANCE -> R.string.feature_quantum_resistant FeatureIndicator.SPLIT_TUNNELING -> R.string.split_tunneling - FeatureIndicator.SHADOWSOCKS, - FeatureIndicator.UDP_2_TCP, - FeatureIndicator.QUIC, - FeatureIndicator.LWO -> R.string.feature_obfuscation + FeatureIndicator.SHADOWSOCKS -> R.string.shadowsocks + FeatureIndicator.UDP_2_TCP -> R.string.udp_over_tcp + FeatureIndicator.QUIC -> R.string.quic + FeatureIndicator.LWO -> R.string.lwo FeatureIndicator.LAN_SHARING -> R.string.local_network_sharing FeatureIndicator.DNS_CONTENT_BLOCKERS -> R.string.dns_content_blockers FeatureIndicator.CUSTOM_DNS -> R.string.feature_custom_dns |
