Merge pull request #779 from david-allison-1/fix-sign-up-link
Fix "Sign Up" link location
This commit is contained in:
commit
d03cabf9a8
@ -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>
|
||||
|
||||
********************
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user