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
@ -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