commit 0b31ee9efa611998a819ee67a42e5bfc13913419 Author: David Fifield david@bamsoftware.com Date: Thu Oct 8 10:53:27 2020 -0600
Sync messages.json with index.html.
This brings in the bug-reporting instructions from #14 (bbf3629e). --- static/_locales/en_US/messages.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/static/_locales/en_US/messages.json b/static/_locales/en_US/messages.json index 393a1c4..ebeb1e9 100644 --- a/static/_locales/en_US/messages.json +++ b/static/_locales/en_US/messages.json @@ -63,16 +63,16 @@ "message": "Reporting Bugs" }, "fileBug": { - "message": "If you encounter problems with Snowflake as a client or a proxy, please consider filing a bug. To do so, you will have to," + "message": "If you encounter problems with Snowflake as a client or a proxy, please consider filing a bug report. There are two ways to file a bug report:" }, "sharedAccount": { - "message": "Either <a href="https://trac.torproject.org/projects/tor/register%5C%22%3Ecreate an account</a> or <a href="https://trac.torproject.org/projects/tor/login%5C%22%3Elog in</a> using the shared <b>cypherpunks</b> account with password <b>writecode</b>." + "message": "Edit the <a href="https://pad.riseup.net/p/tor-anti-censorship-bugs-keep%5C%22%3Epublic bug-reporting pad</a> of the anti-censorship team." }, "bugTracker": { - "message": "<a href="https://trac.torproject.org/projects/tor/newticket?component=Circumvention%2... a ticket</a> using our bug tracker." + "message": "<a href="https://gitlab.torproject.org/%5C%22%3ERequest an account</a> at the Tor Project GitLab, then <a href="https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowf... a new issue</a> in the Snowflake project." }, "descriptive": { - "message": "Please try to be as descriptive as possible with your ticket and if possible include log messages that will help us reproduce the bug. Consider adding keywords <em>snowflake-webextension</em> or <em>snowflake-client</em> to let us know how which part of the Snowflake system is experiencing problems." + "message": "Please try to be as descriptive as possible with your ticket and if possible include log messages that will help us reproduce the bug." }, "embed": { "message": "Embed"
tor-commits@lists.torproject.org