Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Network Health
Metrics
tor-check
Commits
3dfc6f8f
Commit
3dfc6f8f
authored
Dec 21, 2014
by
Arlo Breault
Browse files
Merge pull request #25 from mttp/bundle-verbiage
It's Tor Browser now, not Tor Browser Bundle.
parents
7274522c
35c0076b
Changes
2
Hide whitespace changes
Inline
Side-by-side
check.pot
View file @
3dfc6f8f
...
...
@@ -22,7 +22,7 @@ msgid ""
"the Internet anonymously."
msgstr ""
msgid "There is a security update available for
the
Tor Browser
Bundle
."
msgid "There is a security update available for Tor Browser."
msgstr ""
msgid ""
...
...
@@ -89,7 +89,7 @@ msgstr ""
msgid "JavaScript is disabled."
msgstr ""
msgid "However, it does not appear to be
the
Tor Browser
Bundle
."
msgid "However, it does not appear to be Tor Browser."
msgstr ""
msgid "Run a Relay"
...
...
public/index.html
View file @
3dfc6f8f
...
...
@@ -81,13 +81,13 @@
{{ if .IsTor }}
{{ if .NotUpToDate }}
<p
class=
"security"
>
{{ GetText .Lang "There is a security update available for
the
Tor Browser
Bundle
." }}
<br
/>
{{ GetText .Lang "There is a security update available for Tor Browser." }}
<br
/>
{{ GetText .Lang "
<a
href=
\"https://www.torproject.org/download/download-easy.html\"
>
Click here to go to the download page
</a>
" | UnEscaped }}
</p>
{{ else }}
{{ if .NotTBB }}
<p
class=
"security"
>
{{ GetText .Lang "However, it does not appear to be
the
Tor Browser
Bundle
." }}
<br
/>
{{ GetText .Lang "However, it does not appear to be Tor Browser." }}
<br
/>
{{ GetText .Lang "
<a
href=
\"https://www.torproject.org/download/download-easy.html\"
>
Click here to go to the download page
</a>
" | UnEscaped }}
</p>
{{ end }}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment