Skip to content

Commit

Permalink
Merge pull request #5217 from freedomofpress/backport-5216-message
Browse files Browse the repository at this point in the history
[1.3.0] Backport 5216 message
  • Loading branch information
emkll authored May 4, 2020
2 parents 042ab7e + 0be4426 commit 19cbeed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion securedrop/source_app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def select_logo():
@view.route('/create', methods=['POST'])
def create():
if session.get('logged_in', False):
flash(gettext("You are already logged in. Please verify your codename below as it " +
flash(gettext("You are already logged in. Please verify your codename above as it " +
"may differ from the one displayed on the previous page."),
'notification')
else:
Expand Down

0 comments on commit 19cbeed

Please sign in to comment.