Merge pull request #779 from david-allison-1/fix-sign-up-link

Fix "Sign Up" link location
This commit is contained in:
Damien Elmes 2020-10-05 12:34:11 +10:00 committed by GitHub
commit d03cabf9a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -62,6 +62,7 @@ Aleksa Sarai <cyphar@cyphar.com>
Jakub Kaczmarzyk <jakub.kaczmarzyk@gmail.com>
Akshara Balachandra <akshara.bala.18@gmail.com>
lukkea <github.com/lukkea/>
David Allison <davidallisongithub@gmail.com>
********************

View File

@ -292,7 +292,7 @@ def get_id_and_pass_from_user(
vbox = QVBoxLayout()
info_label = QLabel(
without_unicode_isolation(
tr(TR.SYNC_ACCOUNT_REQUIRED, link="https://ankiweb.net/account/login")
tr(TR.SYNC_ACCOUNT_REQUIRED, link="https://ankiweb.net/account/register")
)
)
info_label.setOpenExternalLinks(True)