mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Fix title of Auto Advance section (#2949)
This commit is contained in:
parent
7d8095427b
commit
8afd6480cb
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
|
||||
<TitledContainer title={tr.actionsAutoAdvance()}>
|
||||
<HelpModal
|
||||
title={tr.deckConfigTimerTitle()}
|
||||
title={tr.actionsAutoAdvance()}
|
||||
url={HelpPage.DeckOptions.autoAdvance}
|
||||
slot="tooltip"
|
||||
{helpSections}
|
||||
|
|
Loading…
Reference in a new issue