[tor-commits] [pluggable-transports/snowflake-webext] branch main updated: Make the extension description more easy to understand
gitolite role
git at cupani.torproject.org
Thu Sep 1 18:02:46 UTC 2022
This is an automated email from the git hooks/post-receive script.
meskio pushed a commit to branch main
in repository pluggable-transports/snowflake-webext.
The following commit(s) were added to refs/heads/main by this push:
new c31665b Make the extension description more easy to understand
c31665b is described below
commit c31665ba23c61c79aeb6623a681782fb7c33fc9e
Author: meskio <meskio at torproject.org>
AuthorDate: Tue Aug 30 11:00:51 2022 +0200
Make the extension description more easy to understand
---
package.json | 2 +-
static/_locales/en_US/messages.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package.json b/package.json
index d03fb57..62c7397 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "snowflake-pt",
"version": "0.6.0",
- "description": "Snowflake is a WebRTC pluggable transport for Tor.",
+ "description": "Allow users in censored countries to use your network connection to access the Tor network.",
"main": "build/snowflake.js",
"directories": {
"test": "test"
diff --git a/static/_locales/en_US/messages.json b/static/_locales/en_US/messages.json
index 69db2d6..da05dbc 100644
--- a/static/_locales/en_US/messages.json
+++ b/static/_locales/en_US/messages.json
@@ -1,6 +1,6 @@
{
"appDesc": {
- "message": "Help others circumvent censorship by simply installing this"
+ "message": "Allow users in censored countries to use your network connection to access the Tor network."
},
"popupEnabled": {
"message": "Enabled"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the tor-commits
mailing list