Skip to content

Commit

Permalink
Merge pull request #4139 from freedomofpress/4131-little-green-buttons
Browse files Browse the repository at this point in the history
Update UI language referencing Tor button
  • Loading branch information
heartsucker authored Feb 15, 2019
2 parents 8734b8a + 9d13b60 commit 90ec1f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion securedrop/source_templates/logout_flashed_message.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<img src="{{ url_for('static', filename='i/hand_with_fingerprint.png') }}">
</div>
<div class="message"><strong>{{ gettext('Important!') }}</strong><br>
<p>{{ gettext('Thank you for exiting your session! Please select "New Identity" from the green onion button in the Tor browser to clear all history of your SecureDrop usage from this device.') }}</p>
<p>{{ gettext('Thank you for exiting your session! Please select "New Identity" from the onion button in the Tor browser\'s toolbar to clear all history of your SecureDrop usage from this device.') }}</p>
</div>
2 changes: 1 addition & 1 deletion securedrop/source_templates/session_timeout.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<img src="{{ url_for('static', filename='i/hand_with_fingerprint.png') }}">
</div>
<div class="message"><strong>{{ gettext('Important!') }}</strong><br>
<p>{{ gettext('Your session timed out due to inactivity. Please login again if you want to continue using SecureDrop, or select "New Identity" from the green onion button in the Tor browser to clear all history of your SecureDrop usage from this device. If you are not using Tor Browser, restart your browser.') }}</p>
<p>{{ gettext('Your session timed out due to inactivity. Please login again if you want to continue using SecureDrop, or select "New Identity" from the onion button in the Tor browser\'s toolbar to clear all history of your SecureDrop usage from this device. If you are not using Tor Browser, restart your browser.') }}</p>
</div>
</div>

0 comments on commit 90ec1f8

Please sign in to comment.