mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Fix "Sign Up" link location
String states "Sign Up", but currently points to the "Sign In" screen: https://ankiweb.net/account/login
aff28a38e5/rslib/ftl/sync.ftl (L38-L42)
This commit is contained in:
parent
41d74592f0
commit
f4e9df8457
2 changed files with 2 additions and 1 deletions
|
@ -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 a new issue