From 24bab7e3452354d41499808d5493c06fdc2c32c0 Mon Sep 17 00:00:00 2001 From: Graeme Arthur Date: Mon, 9 Oct 2023 13:06:56 +0200 Subject: [PATCH] Add missed strings for NetP notifications (#2080) --- PacketTunnelProvider/en.lproj/Localizable.strings | 3 +++ 1 file changed, 3 insertions(+) diff --git a/PacketTunnelProvider/en.lproj/Localizable.strings b/PacketTunnelProvider/en.lproj/Localizable.strings index 987ec1cb88..378141dfd9 100644 --- a/PacketTunnelProvider/en.lproj/Localizable.strings +++ b/PacketTunnelProvider/en.lproj/Localizable.strings @@ -10,3 +10,6 @@ /* The body of the notification shown when Network Protection reconnects successfully */ "network.protection.success.notification.body" = "Network Protection is On. Your location and online activity are protected."; +/* The body of the notification shown when Network Protection connects successfully with the city + state/country as formatted parameter */ +"network.protection.success.notification.subtitle.including.serverLocation" = "Routing device traffic through \(serverLocation)."; +