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:
David Allison 2020-10-04 17:58:22 +01:00
parent 41d74592f0
commit f4e9df8457
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)