From dd654a71e10639b2079b7f80526300d124bfba74 Mon Sep 17 00:00:00 2001 From: Nora Trapp Date: Mon, 26 Sep 2022 14:07:40 -0700 Subject: [PATCH] Remove stale strings --- Signal/translations/en.lproj/Localizable.strings | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Signal/translations/en.lproj/Localizable.strings b/Signal/translations/en.lproj/Localizable.strings index 3d0e75cb89..b6a2f31232 100644 --- a/Signal/translations/en.lproj/Localizable.strings +++ b/Signal/translations/en.lproj/Localizable.strings @@ -4771,18 +4771,9 @@ /* The title for the address of the signal proxy */ "PROXY_ADDRESS" = "Proxy Address"; -/* Text indicating the proxy is connected */ -"PROXY_CONNECTED" = "Connected to proxy"; - /* The provided proxy connected successfully */ "PROXY_CONNECTED_SUCCESSFULLY" = "You are connected to the proxy. You can turn the proxy off at any time from Settings."; -/* Text indicating the proxy is connecting */ -"PROXY_CONNECTING" = "Connecting to proxy..."; - -/* Text indicating the proxy failed to connect */ -"PROXY_FAILED" = "Failed to connect to proxy"; - /* The provided proxy couldn't connect */ "PROXY_FAILED_TO_CONNECT" = "Couldn’t connect to the proxy. Check the proxy address and try again.";