mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 07:22:23 -04:00
fix congrats new cards link
This commit is contained in:
parent
5dc05735c5
commit
071d861c3e
1 changed files with 1 additions and 1 deletions
|
@ -538,7 +538,7 @@ type = 0 and isDue = 1 and combinedDue <= :now""", now=time.time())
|
||||||
At the same time tomorrow:<br><br>
|
At the same time tomorrow:<br><br>
|
||||||
- There will be <b>%(wait)d</b> cards waiting for review<br>
|
- There will be <b>%(wait)d</b> cards waiting for review<br>
|
||||||
- There will be <b>%(new)d</b>
|
- There will be <b>%(new)d</b>
|
||||||
<a href="http://ichi2.net/anki/wiki/Key_Terms_and_Concepts#head-061e5433d4571d7ec7ecba0c329c09bd27c84d63">
|
<a href="http://ichi2.net/anki/wiki/DeckProperties#NewCards">
|
||||||
new cards</a> waiting''') % {
|
new cards</a> waiting''') % {
|
||||||
'new': newCardsTomorrow,
|
'new': newCardsTomorrow,
|
||||||
'wait': self.cardsDueBy(time.time() + 86400)
|
'wait': self.cardsDueBy(time.time() + 86400)
|
||||||
|
|
Loading…
Reference in a new issue