Remove stale strings

This commit is contained in:
Nora Trapp 2022-09-26 14:07:40 -07:00
parent 7eaeab8b3b
commit dd654a71e1

View File

@ -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" = "Couldnt connect to the proxy. Check the proxy address and try again.";