From 5862e1c0853cc36206d15ef64d0ead7898893323 Mon Sep 17 00:00:00 2001 From: CelloSerenity <195480169+CelloSerenity@users.noreply.github.com> Date: Sat, 13 Dec 2025 10:14:07 -0700 Subject: [PATCH] =?UTF-8?q?Fix=20=E2=80=9CConnection=E2=80=9D=20capitaliza?= =?UTF-8?q?tion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: CelloSerenity <195480169+CelloSerenity@users.noreply.github.com> --- LocalDevVPN/Localization/en.lproj/Localizable.strings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LocalDevVPN/Localization/en.lproj/Localizable.strings b/LocalDevVPN/Localization/en.lproj/Localizable.strings index ed6cf6b..5fc7b02 100644 --- a/LocalDevVPN/Localization/en.lproj/Localizable.strings +++ b/LocalDevVPN/Localization/en.lproj/Localizable.strings @@ -18,7 +18,7 @@ "open_settings_to_review_details" = "Open Settings to review details"; "tap_connect_to_create_the_tunnel" = "Tap connect to create the tunnel"; -"connection" = "connection"; +"connection" = "Connection"; "start_or_stop_the_secure_local_tunnel" = "Start or stop the secure local tunnel."; "connect" = "Connect";