mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 08:22:24 -04:00
Merge pull request #779 from david-allison-1/fix-sign-up-link
Fix "Sign Up" link location
This commit is contained in:
commit
d03cabf9a8
2 changed files with 2 additions and 1 deletions
|
@ -62,6 +62,7 @@ Aleksa Sarai <cyphar@cyphar.com>
|
||||||
Jakub Kaczmarzyk <jakub.kaczmarzyk@gmail.com>
|
Jakub Kaczmarzyk <jakub.kaczmarzyk@gmail.com>
|
||||||
Akshara Balachandra <akshara.bala.18@gmail.com>
|
Akshara Balachandra <akshara.bala.18@gmail.com>
|
||||||
lukkea <github.com/lukkea/>
|
lukkea <github.com/lukkea/>
|
||||||
|
David Allison <davidallisongithub@gmail.com>
|
||||||
|
|
||||||
********************
|
********************
|
||||||
|
|
||||||
|
|
|
@ -292,7 +292,7 @@ def get_id_and_pass_from_user(
|
||||||
vbox = QVBoxLayout()
|
vbox = QVBoxLayout()
|
||||||
info_label = QLabel(
|
info_label = QLabel(
|
||||||
without_unicode_isolation(
|
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)
|
info_label.setOpenExternalLinks(True)
|
||||||
|
|
Loading…
Reference in a new issue