diff options
Diffstat (limited to 'android/lib/ui/component')
| -rw-r--r-- | android/lib/ui/component/src/main/kotlin/net/mullvad/mullvadvpn/lib/ui/component/NotificationData.kt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/android/lib/ui/component/src/main/kotlin/net/mullvad/mullvadvpn/lib/ui/component/NotificationData.kt b/android/lib/ui/component/src/main/kotlin/net/mullvad/mullvadvpn/lib/ui/component/NotificationData.kt index c7fdad4793..b022ca8c07 100644 --- a/android/lib/ui/component/src/main/kotlin/net/mullvad/mullvadvpn/lib/ui/component/NotificationData.kt +++ b/android/lib/ui/component/src/main/kotlin/net/mullvad/mullvadvpn/lib/ui/component/NotificationData.kt @@ -237,8 +237,10 @@ private fun ParameterGenerationError.errorMessageId(): Int = R.string.no_matching_relay } ParameterGenerationError.NoWireguardKey -> R.string.no_wireguard_key - ParameterGenerationError.CustomTunnelHostResultionError -> + ParameterGenerationError.CustomTunnelHostResolutionError -> R.string.custom_tunnel_host_resolution_error + ParameterGenerationError.Ipv4_Unavailable -> R.string.ip_version_v4_unavailable + ParameterGenerationError.Ipv6_Unavailable -> R.string.ip_version_v6_unavailable } private fun InetAddress.addressString(): String { |
