diff --git a/app/src/main/java/com/zaneschepke/wireguardautotunnel/core/notification/NotificationMonitor.kt b/app/src/main/java/com/zaneschepke/wireguardautotunnel/core/notification/NotificationMonitor.kt index 101271c4..78b72da2 100644 --- a/app/src/main/java/com/zaneschepke/wireguardautotunnel/core/notification/NotificationMonitor.kt +++ b/app/src/main/java/com/zaneschepke/wireguardautotunnel/core/notification/NotificationMonitor.kt @@ -32,7 +32,7 @@ constructor( description = StringValue.StringResource( R.string.tunnel_error_template, - error.toStringValue(), + error.stringRes, ), groupKey = NotificationManager.VPN_GROUP_KEY, )