mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
link to beta ankiweb
This commit is contained in:
parent
55ac3e6a4b
commit
9d5c63d3d2
1 changed files with 4 additions and 2 deletions
|
@ -126,10 +126,12 @@ AnkiWeb is too busy at the moment. Please try again in a few minutes.""")
|
|||
d = QDialog(self.mw)
|
||||
d.setWindowTitle("Anki")
|
||||
vbox = QVBoxLayout()
|
||||
l = QLabel(_("""\
|
||||
# FIXME: not translated for now, as we'll need to switch from beta to
|
||||
# live all at once
|
||||
l = QLabel(("""\
|
||||
<h1>Account Required</h1>
|
||||
A free account is required to keep your collection synchronized. Please \
|
||||
<a href="http://ankiweb.net/account/login">sign up</a> for an account, then \
|
||||
<a href="http://beta.ankiweb.net/account/login">sign up</a> for an account, then \
|
||||
enter your details below."""))
|
||||
l.setOpenExternalLinks(True)
|
||||
l.setWordWrap(True)
|
||||
|
|
Loading…
Reference in a new issue