Make the error_tor_protocol_error the same string that it used to be, so that translations are still correct

This commit is contained in:
Miguel Jacq 2021-05-04 10:12:15 +10:00
parent 63717c06b0
commit 9f40daef81

View file

@ -194,5 +194,5 @@
"gui_rendezvous_cleanup": "Waiting for Tor circuits to close to be sure your files have successfully transferred.\n\nThis might take a few minutes.",
"gui_rendezvous_cleanup_quit_early": "Quit Early",
"error_port_not_available": "OnionShare port not available",
"error_tor_protocol_error": "OnionShare experienced a protocol error with Tor:\n{}"
"error_tor_protocol_error": "There was an error with Tor: {}"
}