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 5345eadaec
commit bbbe53b345
No known key found for this signature in database
GPG Key ID: EEA4341C6D97A0B6

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: {}"
}