mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
Apply suggestion from @user1823
Co-authored-by: user1823 <92206575+user1823@users.noreply.github.com>
This commit is contained in:
parent
ea9a803366
commit
0ea25def9f
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
<HelpModal
|
||||
title={tr.statisticsTrueRetentionTitle()}
|
||||
url={HelpPage.DeckOptions.desiredRetention}
|
||||
linkLabel="Desired retention"
|
||||
linkLabel={tr.deckConfigDesiredRetention()}
|
||||
{helpSections}
|
||||
on:mount={(e) => {
|
||||
modal = e.detail.modal;
|
||||
|
|
|
|||
Loading…
Reference in a new issue